From c94d1f1379c4ddbdbd2407f2df30dd00b59e2018 Mon Sep 17 00:00:00 2001 From: Gabriel Ravier Date: Mon, 23 Sep 2019 09:25:55 +0200 Subject: [PATCH] Corrected some comments in ArmsItem Signed-off-by: Gabriel Ravier --- src/ArmsItem.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ArmsItem.cpp b/src/ArmsItem.cpp index 14ed98e2..b65c78e8 100644 --- a/src/ArmsItem.cpp +++ b/src/ArmsItem.cpp @@ -273,7 +273,7 @@ static void MoveCampCursor() { if (gCampActive == FALSE) { - // Weapons to items + // Switch to a weapon PlaySoundObject(SND_SWITCH_WEAPON, 1); if (arms_num) @@ -283,7 +283,7 @@ static void MoveCampCursor() } else { - // Items to weapons + // Switch to an item #ifdef FIX_BUGS PlaySoundObject(SND_SWITCH_WEAPON, 1); #else