about summary refs log tree commit diff
path: root/src/game/g_variables.h
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2007-12-18 22:07:57 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2007-12-18 22:07:57 +0000
commit3c0615b835e43b5364ed5c583919d836ccb979da (patch)
treed287d3f43d1f377d02e4772469e01897ef5b4229 /src/game/g_variables.h
parent408b42625428c04da5ccb8e40182c2226ee1bfea (diff)
downloadzcatch-3c0615b835e43b5364ed5c583919d836ccb979da.tar.gz
zcatch-3c0615b835e43b5364ed5c583919d836ccb979da.zip
added tournament mode
Diffstat (limited to 'src/game/g_variables.h')
-rw-r--r--src/game/g_variables.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/g_variables.h b/src/game/g_variables.h
index 6cd2540b..594d5cc5 100644
--- a/src/game/g_variables.h
+++ b/src/game/g_variables.h
@@ -63,6 +63,7 @@ MACRO_CONFIG_INT(sv_timelimit, 0, 0, 1000)
 MACRO_CONFIG_STR(sv_gametype, 32, "dm")
 MACRO_CONFIG_INT(sv_restart, 0, 0, 120)
 MACRO_CONFIG_INT(sv_kick, -1, 0, 0)
+MACRO_CONFIG_INT(sv_tournament_mode, 0, 0, 1)