about summary refs log tree commit diff
path: root/src/game/variables.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/variables.hpp')
-rw-r--r--src/game/variables.hpp8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/game/variables.hpp b/src/game/variables.hpp
index 5154e8ac..edc01635 100644
--- a/src/game/variables.hpp
+++ b/src/game/variables.hpp
@@ -51,7 +51,8 @@ MACRO_CONFIG_INT(ui_color_alpha, 228, 0, 255)
 MACRO_CONFIG_INT(sv_warmup, 0, 0, 0)
 MACRO_CONFIG_STR(sv_motd, 900, "")
 MACRO_CONFIG_INT(sv_teamdamage, 0, 0, 1)
-MACRO_CONFIG_STR(sv_maprotation, 512, "")
+MACRO_CONFIG_STR(sv_maprotation, 768, "")
+MACRO_CONFIG_STR(sv_maplist, 768, "")
 MACRO_CONFIG_INT(sv_rounds_per_map, 1, 1, 100)
 MACRO_CONFIG_INT(sv_powerups, 1, 0, 1)
 MACRO_CONFIG_INT(sv_scorelimit, 20, 0, 1000)
@@ -62,3 +63,8 @@ MACRO_CONFIG_INT(sv_spamprotection, 1, 0, 1)
 
 MACRO_CONFIG_INT(sv_spectator_slots, 0, 0, 12)
 MACRO_CONFIG_INT(sv_teambalance_time, 1, 0, 1000)
+
+MACRO_CONFIG_INT(sv_vote_map, 1, 0, 1)
+MACRO_CONFIG_INT(sv_vote_kick, 1, 0, 1)
+MACRO_CONFIG_INT(sv_vote_scorelimit, 0, 0, 1)
+MACRO_CONFIG_INT(sv_vote_timelimit, 0, 0, 1)