]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - keys.c
Remove code duplication in messagemodes and commandmode
[xonotic/darkplaces.git] / keys.c
diff --git a/keys.c b/keys.c
index cef9dc91d2e21286aed5e1d02702230b34fb9e74..bcf1c916f0826eed2f9f61748a5876392886bd37 100644 (file)
--- a/keys.c
+++ b/keys.c
@@ -694,7 +694,7 @@ Interactive line editing and console scrollback
 ====================
 */
 
-int chat_mode; // 0 for say, 1 for say_team, -1 for command
+signed char chat_mode; // 0 for say, 1 for say_team, -1 for command
 char chat_buffer[MAX_INPUTLINE];
 int chat_bufferpos = 0;