From 3ecb69e19202e36faae9448d164862b7fdbda189 Mon Sep 17 00:00:00 2001 From: James Haley Date: Sat, 25 Oct 2014 16:43:03 -0500 Subject: Must allow HU_CHANGENAME in chat_dest range Verified against disassembly. Otherwise, other side does not see name changes as anything other than a message. --- src/strife/hu_stuff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/strife/hu_stuff.c') diff --git a/src/strife/hu_stuff.c b/src/strife/hu_stuff.c index 17e27a6e..dbb14db8 100644 --- a/src/strife/hu_stuff.c +++ b/src/strife/hu_stuff.c @@ -437,7 +437,7 @@ void HU_Ticker(void) if (i != consoleplayer && (c = players[i].cmd.chatchar)) { - if (c <= HU_BROADCAST) + if (c <= HU_CHANGENAME) // [STRIFE]: allow HU_CHANGENAME here chat_dest[i] = c; else { -- cgit v1.2.3