]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - keys.h
Remove code duplication in messagemodes and commandmode
[xonotic/darkplaces.git] / keys.h
diff --git a/keys.h b/keys.h
index f6b78cd0c841a385efea99dee7988d09c72530cd..57ec1702c909bf8cf1cbf50a61cb0c0436b3ee44 100644 (file)
--- a/keys.h
+++ b/keys.h
@@ -371,7 +371,7 @@ extern      keydest_t       key_dest;
 extern int                     key_consoleactive;
 extern char            *keybindings[MAX_BINDMAPS][MAX_KEYS];
 
-extern int chat_mode; // 0 for say, 1 for say_team, -1 for command
+extern signed char chat_mode; // 0 for say, 1 for say_team, -1 for command
 extern char chat_buffer[MAX_INPUTLINE];
 extern int     chat_bufferpos;