diff options
author | Mikko Tiusanen <ams@daug.net> | 2014-09-20 21:37:58 +0300 |
---|---|---|
committer | Mikko Tiusanen <ams@daug.net> | 2014-09-20 21:37:58 +0300 |
commit | a23e86b0acb4e43d244d6105b59b67be8ab3e1e8 (patch) | |
tree | 661c58a17520e8d832513ef58c0577f23b5d26d8 /src/game/g_local.h | |
parent | 2013b43866908af86e14b21e34d6f23275887c7f (diff) | |
parent | 3faa23778d02aaa0fcf9ccab5cfda1a30e7e02b3 (diff) |
Merge branch 'master' of github.com:mtiusane/new-edge
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |