diff options
author | Mikko Tiusanen <ams@daug.net> | 2014-07-06 19:48:54 +0300 |
---|---|---|
committer | Mikko Tiusanen <ams@daug.net> | 2014-07-06 19:48:54 +0300 |
commit | 002c367d2cb034e02e9e23aaeca29365955c9f9e (patch) | |
tree | 68e7b5f17ed41910002bf03ff0c93b51efc66f22 /src/game/g_local.h | |
parent | 400ce5ca7cb01f0a9f04ab4d65a117fef00377b5 (diff) |
Added basic server side timer functionality.
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 2 |
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; |