diff options
author | Simon Howard | 2014-10-26 03:38:26 -0400 |
---|---|---|
committer | Simon Howard | 2014-10-26 03:38:26 -0400 |
commit | f55a88fec2949c834aa6c4434f22fcaf717ee11d (patch) | |
tree | 827e5519b185b2bd0ce0e8eeb491671b18658f57 | |
parent | 1b9e5c61a6f1d595969162ba86526bcddb0dc1f9 (diff) | |
parent | 3ecb69e19202e36faae9448d164862b7fdbda189 (diff) | |
download | chocolate-doom-f55a88fec2949c834aa6c4434f22fcaf717ee11d.tar.gz chocolate-doom-f55a88fec2949c834aa6c4434f22fcaf717ee11d.tar.bz2 chocolate-doom-f55a88fec2949c834aa6c4434f22fcaf717ee11d.zip |
Merge branch 'master' of github.com:chocolate-doom/chocolate-doom
-rw-r--r-- | src/strife/hu_stuff.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |