diff options
Diffstat (limited to 'src/game/game_variables.h')
| -rw-r--r-- | src/game/game_variables.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/game_variables.h b/src/game/game_variables.h index 421f376e..1ab84f62 100644 --- a/src/game/game_variables.h +++ b/src/game/game_variables.h @@ -19,6 +19,7 @@ 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(autoswitch_weapons, 0, 0, 1) MACRO_CONFIG_INT(scroll_weapon, 1, 0, 1) MACRO_CONFIG_INT(scorelimit, 20, 0, 1000) |