From 5840d24c078ea3dacc1a0556ee5e98ba4a557682 Mon Sep 17 00:00:00 2001 From: Christopher Schwarz Date: Sun, 18 Oct 2009 17:32:09 +0000 Subject: * (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. --- src/game/bg_public.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/bg_public.h') 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, -- cgit