diff options
author | enneract <trem.redman@gmail.com> | 2014-12-12 20:45:09 +0100 |
---|---|---|
committer | enneract <trem.redman@gmail.com> | 2014-12-12 20:45:09 +0100 |
commit | 964371805c751877c99ed2faeb8214355c2b3d6b (patch) | |
tree | 60cce1719928b9d8a376e0040841748e99cf3b84 /src/cgame/cg_local.h | |
parent | 9d1b014b113ae04fe2d15ea12bf2e21b74f7df60 (diff) |
Flash BP display when MOD_NOBP kills a building.
Diffstat (limited to 'src/cgame/cg_local.h')
-rw-r--r-- | src/cgame/cg_local.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/cgame/cg_local.h b/src/cgame/cg_local.h index 097da54..10e89fd 100644 --- a/src/cgame/cg_local.h +++ b/src/cgame/cg_local.h @@ -1339,6 +1339,8 @@ typedef struct qhandle_t alienBuildPoolBar; qhandle_t humanBuildPoolBar; + qhandle_t alienNoBPFlash; + qhandle_t humanNoBPFlash; } cgMedia_t; typedef struct @@ -1443,6 +1445,13 @@ typedef struct voice_t *voices; clientList_t ignoreList; + + int alienBuildPool; + int alienBuildPoolMax; + int alienNoBPFlashTime; + int humanBuildPool; + int humanBuildPoolMax; + int humanNoBPFlashTime; } cgs_t; typedef struct |