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, 2 insertions, 2 deletions
diff --git a/src/game/game_variables.h b/src/game/game_variables.h
index f5cfb523..71297d69 100644
--- a/src/game/game_variables.h
+++ b/src/game/game_variables.h
@@ -24,7 +24,6 @@ MACRO_CONFIG_INT(key_console, 256+2, 32, 512)
 MACRO_CONFIG_INT(key_remoteconsole, 256+3, 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)
 MACRO_CONFIG_INT(timelimit, 0, 0, 1000)
@@ -34,7 +33,8 @@ MACRO_CONFIG_INT(restart, 0, 0, 120)
 MACRO_CONFIG_INT(dbg_bots, 0, 0, 7)
 MACRO_CONFIG_INT(cl_predict, 1, 0, 1)
 
-MACRO_CONFIG_INT(cl_nameplates, 0, 0, 2)
+MACRO_CONFIG_INT(cl_nameplates, 0, 0, 1)
+MACRO_CONFIG_INT(cl_nameplates_always, 0, 0, 1)
 
 MACRO_CONFIG_STR(sv_maprotation, 512, "")
 MACRO_CONFIG_INT(sv_powerups, 1, 0, 1)