diff options
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index bd6ac4ba..8f1a6502 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -624,6 +624,15 @@ typedef struct gentity_t *markedBuildables[ MAX_GENTITIES ]; int numBuildablesForRemoval; + // map/cvar-set values + float gravity; + int humanMaxStage; + int humanStage2Threshold; + int humanStage3Threshold; + int alienMaxStage; + int alienStage2Threshold; + int alienStage3Threshold; + int alienKills; int humanKills; |