about summary refs log tree commit diff
path: root/src/game
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2007-12-19 21:29:08 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2007-12-19 21:29:08 +0000
commit72ffd0ae8ac7f1b55497101c229839b04cd17d97 (patch)
treef528ae25a30eb95ee6250efd3555f1ad60de8460 /src/game
parent953b5492e1972f8cf74fb675f8b8c2a4590cbf35 (diff)
downloadzcatch-72ffd0ae8ac7f1b55497101c229839b04cd17d97.tar.gz
zcatch-72ffd0ae8ac7f1b55497101c229839b04cd17d97.zip
fixed so input isn't processed when you have the menu or chat active
Diffstat (limited to 'src/game')
-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 5c93bc3b..ee6a7243 100644
--- a/src/game/client/gc_client.cpp
+++ b/src/game/client/gc_client.cpp
@@ -2442,6 +2442,7 @@ void render_game()
 	}
 
 	// update some input
+	if(!menu_active && chat_mode == CHATMODE_NONE)
 	{
 		if(!emoticon_selector_active)
 		{