Corrected some comments in ArmsItem
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
parent
6cd2a49829
commit
c94d1f1379
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue