diff options
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; |