diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-09-29 11:34:49 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-09-29 11:34:49 +0000 |
| commit | eac9658b7395a45d0b48cad340fd9ccf7bec0fde (patch) | |
| tree | d5bd824038a9b095dd8ea5d9ab4cca88ce1afb0f /src/game/variables.hpp | |
| parent | 6d44adb7114a0be6ecb1b0fabc6fe69d308cad1c (diff) | |
| download | zcatch-eac9658b7395a45d0b48cad340fd9ccf7bec0fde.tar.gz zcatch-eac9658b7395a45d0b48cad340fd9ccf7bec0fde.zip | |
added voting gui and a lot of other minor changes
Diffstat (limited to 'src/game/variables.hpp')
| -rw-r--r-- | src/game/variables.hpp | 8 |
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) |