commit 3ecb69e19202e36faae9448d164862b7fdbda189
Author: James Haley <haleyjd@hotmail.com>
AuthorDate: Sat Oct 25 16:43:03 2014 -0500
Commit: James Haley <haleyjd@hotmail.com>
CommitDate: Sat Oct 25 16:43:03 2014 -0500
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(-)
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
{