about summary refs log tree commit diff
path: root/src/game/game_variables.h
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2007-10-07 20:13:30 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2007-10-07 20:13:30 +0000
commitae3229fa200776618a526d6981a1e55deb9c3c5b (patch)
treeaca6d30a3afd4cb5fd46556697eca538445a1117 /src/game/game_variables.h
parent76484b9c2fc16f9defc76f7c18b29bc644e14d40 (diff)
downloadzcatch-ae3229fa200776618a526d6981a1e55deb9c3c5b.tar.gz
zcatch-ae3229fa200776618a526d6981a1e55deb9c3c5b.zip
made dbg_new_gui switch
Diffstat (limited to 'src/game/game_variables.h')
-rw-r--r--src/game/game_variables.h2
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)