summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Haley2013-09-15 20:28:32 +0000
committerJames Haley2013-09-15 20:28:32 +0000
commit9771bde7807a3292e2abafd012abd4b479e2b110 (patch)
treee549ff9d59d04cff41e97c939bea4fa8dd2ad512
parentf4eb9088523aef3946f02cd45953d14760c598c6 (diff)
downloadchocolate-doom-9771bde7807a3292e2abafd012abd4b479e2b110.tar.gz
chocolate-doom-9771bde7807a3292e2abafd012abd4b479e2b110.tar.bz2
chocolate-doom-9771bde7807a3292e2abafd012abd4b479e2b110.zip
Re-enable netgame check on code that enters chat state.
Subversion-branch: /branches/v2-branch Subversion-revision: 2647
-rw-r--r--src/strife/hu_stuff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strife/hu_stuff.c b/src/strife/hu_stuff.c
index a7780a44..6ee62907 100644
--- a/src/strife/hu_stuff.c
+++ b/src/strife/hu_stuff.c
@@ -568,7 +568,7 @@ boolean HU_Responder(event_t *ev)
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);