about summary refs log tree commit diff
path: root/src/game/client
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-03-22 02:58:56 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-03-22 02:58:56 +0000
commit3d434173e69dc62c84f8f85ddd5efa40426b3fcf (patch)
tree93a0f22188c3ac2381e358e7d353b54f7153f840 /src/game/client
parent2a12d1c907eb1c8153aa1f13ba94a3ae8091b467 (diff)
downloadzcatch-3d434173e69dc62c84f8f85ddd5efa40426b3fcf.tar.gz
zcatch-3d434173e69dc62c84f8f85ddd5efa40426b3fcf.zip
fixed minor bug with the input
Diffstat (limited to 'src/game/client')
-rw-r--r--src/game/client/gc_client.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/client/gc_client.cpp b/src/game/client/gc_client.cpp
index 552ca252..1e1cbd1d 100644
--- a/src/game/client/gc_client.cpp
+++ b/src/game/client/gc_client.cpp
@@ -851,6 +851,7 @@ void chat_enable_mode(int team)
 			chat_mode = CHATMODE_ALL;
 		
 		chat_input.clear();
+		inp_clear_events();
 	}
 }