diff options
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index 522bdb7..4e6cec1 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -666,6 +666,8 @@ typedef struct team_t lastWin; + int weakSuddenDeathBeginTime; + timeWarning_t weakSuddenDeathWarning; int suddenDeathBeginTime; timeWarning_t suddenDeathWarning; timeWarning_t timelimitWarning; @@ -812,6 +814,9 @@ typedef enum IBE_LASTSPAWN, IBE_BLOCKEDBYENEMY, IBE_GTHRBLOCKED, + IBE_WSD_INBASE, + IBE_WSD_REFSCOLS, + IBE_MAXERRORS } itemBuildError_t; @@ -1159,6 +1164,7 @@ extern vmCvar_t g_minNameChangePeriod; extern vmCvar_t g_maxNameChanges; extern vmCvar_t g_timelimit; extern vmCvar_t g_suddenDeathTime; +extern vmCvar_t g_weakSuddenDeathTime; extern vmCvar_t g_armageddonTimeStep; extern vmCvar_t g_armageddonInitialTimeStep; extern vmCvar_t g_armageddonDefensiveKillPercent; |