foxygit / doom Log in
commit 9771bde7807a3292e2abafd012abd4b479e2b110
Author:     James Haley <haleyjd@hotmail.com>
AuthorDate: Sun Sep 15 20:28:32 2013 +0000
Commit:     James Haley <haleyjd@hotmail.com>
CommitDate: Sun Sep 15 20:28:32 2013 +0000

    Re-enable netgame check on code that enters chat state.

    Subversion-branch: /branches/v2-branch
    Subversion-revision: 2647
---
 src/strife/hu_stuff.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);