From dc215ae76045cc7ee80db427a1da1eede472d376 Mon Sep 17 00:00:00 2001 From: Petr Pudlak Date: Sat, 20 Sep 2014 19:45:18 +0200 Subject: Scan if a team has a negative number of build points The scan occurs periodically in the main loop. There is a given probability that a building dies within 1 minute if BP < 0. --- src/game/g_local.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/g_local.h') diff --git a/src/game/g_local.h b/src/game/g_local.h index 4f03aad..44c6996 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -670,6 +670,7 @@ typedef struct timeWarning_t timelimitWarning; int nextArmageddonKillTime; + int nextNegativeBPCheck; spawnQueue_t alienSpawnQueue; spawnQueue_t humanSpawnQueue; -- cgit