shithub: cstory

Download patch

ref: c94d1f1379c4ddbdbd2407f2df30dd00b59e2018
parent: 6cd2a498295ab952c18ed8dff83b35a98a93ce95
author: Gabriel Ravier <gabravier@gmail.com>
date: Mon Sep 23 05:25:55 EDT 2019

Corrected some comments in ArmsItem

Signed-off-by: Gabriel Ravier <gabravier@gmail.com>

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