ref: 9771bde7807a3292e2abafd012abd4b479e2b110
parent: f4eb9088523aef3946f02cd45953d14760c598c6
author: James Haley <[email protected]>
date: Sun Sep 15 16:28:32 EDT 2013
Re-enable netgame check on code that enters chat state. Subversion-branch: /branches/v2-branch Subversion-revision: 2647
--- a/src/strife/hu_stuff.c
+++ b/src/strife/hu_stuff.c
@@ -568,7 +568,7 @@
message_counter = HU_MSGTIMEOUT;
eatkey = true;
}
- else if (/*netgame && */ev->data2 == key_multi_msg)
+ else if (netgame && ev->data2 == key_multi_msg)
{
eatkey = chat_on = true;
HUlib_resetIText(&w_chat);