about summary refs log tree commit diff
path: root/src/game/game_variables.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/game_variables.h')
-rw-r--r--src/game/game_variables.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game/game_variables.h b/src/game/game_variables.h
index 429c18aa..464f30a9 100644
--- a/src/game/game_variables.h
+++ b/src/game/game_variables.h
@@ -8,6 +8,10 @@ MACRO_CONFIG_INT(key_weapon2, '2', 32, 512)
 MACRO_CONFIG_INT(key_weapon3, '3', 32, 512)
 MACRO_CONFIG_INT(key_weapon4, '4', 32, 512)
 MACRO_CONFIG_INT(key_emoticon, 'E', 32, 512)
+
+MACRO_CONFIG_INT(key_chat, 'T', 32, 512)
+MACRO_CONFIG_INT(key_teamchat, 'Y', 32, 512)
+
 MACRO_CONFIG_INT(scroll_weapon, 1, 0, 1)
 
 MACRO_CONFIG_INT(scorelimit, 20, 0, 1000)