diff options
author | Christopher Schwarz <lakitu7@gmail.com> | 2009-10-18 17:32:09 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:16:55 +0000 |
commit | 5840d24c078ea3dacc1a0556ee5e98ba4a557682 (patch) | |
tree | c75bea90d4171fd7595abda0851855d976453c35 /src/game/bg_public.h | |
parent | 6370fd13f490cda8d10e0eb3984761dda31298b7 (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.h | 1 |
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, |