diff options
author | Roman Tetelman <kevlarman@gmail.com> | 2009-10-03 12:09:42 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:15:43 +0000 |
commit | 186b84bec1705d8288beb043dbb9f94e378eff74 (patch) | |
tree | 4e3a2f1bf19fad64642e1848f6f35d6bc843f51c /src/game/g_local.h | |
parent | bc81ff265ad2699736994ece789ddd8b41fd7af6 (diff) |
* make the enemy team lose a stage when you reach "stage 4"
* pleasedonthurtmenorfmademedoit
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index 032032c7..a70a02e5 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -614,8 +614,8 @@ typedef struct int humanStage2Time; int humanStage3Time; - int savedAlienCredits; // Credits at the time the opposing team - int savedHumanCredits; // became vulnerable to a stage-down + int alienStagedownCredits; // Credits at the time the opposing team + int humanStagedownCredits; // became vulnerable to a stage-down qboolean uncondAlienWin; @@ -1133,7 +1133,6 @@ extern vmCvar_t g_alienCredits; extern vmCvar_t g_alienMaxStage; extern vmCvar_t g_alienMaxReachedStage; extern vmCvar_t g_alienStageThreshold; -extern vmCvar_t g_allowStageDowns; extern vmCvar_t g_unlagged; |