diff options
Diffstat (limited to 'src/game/game_variables.h')
| -rw-r--r-- | src/game/game_variables.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/game_variables.h b/src/game/game_variables.h index 7cf423a8..de79ed96 100644 --- a/src/game/game_variables.h +++ b/src/game/game_variables.h @@ -32,5 +32,7 @@ MACRO_CONFIG_STR(sv_maprotation, 512, "") MACRO_CONFIG_INT(dynamic_camera, 1, 0, 1) MACRO_CONFIG_INT(warmup, 0, 0, 0) +MACRO_CONFIG_INT(team, -10, -1, 0) +MACRO_CONFIG_INT(dbg_new_gui, 0, 0, 1) |