summaryrefslogtreecommitdiff
path: root/src/game/g_local.h
diff options
context:
space:
mode:
authorMikko Tiusanen <ams@daug.net>2014-07-06 19:48:54 +0300
committerMikko Tiusanen <ams@daug.net>2014-07-06 19:48:54 +0300
commit002c367d2cb034e02e9e23aaeca29365955c9f9e (patch)
tree68e7b5f17ed41910002bf03ff0c93b51efc66f22 /src/game/g_local.h
parent400ce5ca7cb01f0a9f04ab4d65a117fef00377b5 (diff)
Added basic server side timer functionality.
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r--src/game/g_local.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h
index ab19a54..ab0809f 100644
--- a/src/game/g_local.h
+++ b/src/game/g_local.h
@@ -676,6 +676,8 @@ typedef struct
int humanStage2Time;
int humanStage3Time;
+ int nextCommandTime;
+
qboolean uncondAlienWin;
qboolean uncondHumanWin;
qboolean alienTeamLocked;