Corrected some comments in ArmsItem

Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
Gabriel Ravier 2019-09-23 09:25:55 +02:00
parent 6cd2a49829
commit c94d1f1379
No known key found for this signature in database
GPG key ID: 1E75F156884F3DCE

View file

@ -273,7 +273,7 @@ static void MoveCampCursor()
{ {
if (gCampActive == FALSE) if (gCampActive == FALSE)
{ {
// Weapons to items // Switch to a weapon
PlaySoundObject(SND_SWITCH_WEAPON, 1); PlaySoundObject(SND_SWITCH_WEAPON, 1);
if (arms_num) if (arms_num)
@ -283,7 +283,7 @@ static void MoveCampCursor()
} }
else else
{ {
// Items to weapons // Switch to an item
#ifdef FIX_BUGS #ifdef FIX_BUGS
PlaySoundObject(SND_SWITCH_WEAPON, 1); PlaySoundObject(SND_SWITCH_WEAPON, 1);
#else #else