about summary refs log tree commit diff
path: root/src/game/client/gc_client.cpp
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-03-17 01:03:14 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-03-17 01:03:14 +0000
commitad19e0702efa07fbe7df073ade599573917b9250 (patch)
treee2b57dde40772a7534cc50d0c3b3bd92c19e519e /src/game/client/gc_client.cpp
parent259d2886334e443f533d27244386e9e003b2cf34 (diff)
downloadzcatch-ad19e0702efa07fbe7df073ade599573917b9250.tar.gz
zcatch-ad19e0702efa07fbe7df073ade599573917b9250.zip
tweaked the rifle and added rifle sounds
Diffstat (limited to 'src/game/client/gc_client.cpp')
-rw-r--r--src/game/client/gc_client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/gc_client.cpp b/src/game/client/gc_client.cpp
index 580eb302..df6c3efd 100644
--- a/src/game/client/gc_client.cpp
+++ b/src/game/client/gc_client.cpp
@@ -805,7 +805,7 @@ void render_game()
 			{
 				INPUT_EVENT e = inp_get_event(i);
 	
-				if (!(e.ch >= 0 && e.ch < 32))
+				if(e.ch > 32)
 				{
 					if (chat_input_len < sizeof(chat_input) - 1)
 					{