summaryrefslogtreecommitdiff
path: root/src/game/bg_public.h
diff options
context:
space:
mode:
authorChristopher Schwarz <lakitu7@gmail.com>2009-10-18 17:32:09 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:16:55 +0000
commit5840d24c078ea3dacc1a0556ee5e98ba4a557682 (patch)
treec75bea90d4171fd7595abda0851855d976453c35 /src/game/bg_public.h
parent6370fd13f490cda8d10e0eb3984761dda31298b7 (diff)
* (bug 2923) Add ability to have a "warmup" time where players cannot join a team, in order to prevent dretches with fast computers from camping the other base before the humans even load the map. Disabled by default; set g_doWarmup 1 to enable.
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r--src/game/bg_public.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h
index 8d74c18c..30ac860d 100644
--- a/src/game/bg_public.h
+++ b/src/game/bg_public.h
@@ -547,6 +547,7 @@ typedef enum
MN_A_TEAMLOCKED,
MN_H_TEAMLOCKED,
MN_PLAYERLIMIT,
+ MN_WARMUP,
// cmd stuff
MN_CMD_CHEAT,