diff options
author | enneract <trem.redman@gmail.com> | 2014-12-07 20:53:38 +0100 |
---|---|---|
committer | enneract <trem.redman@gmail.com> | 2014-12-07 20:53:38 +0100 |
commit | 9d1b014b113ae04fe2d15ea12bf2e21b74f7df60 (patch) | |
tree | 718d72697a0e3cf3c897663a341ca1f79380194f /src/cgame/cg_local.h | |
parent | 1ef4e75f4ed8093e1fbbfe5e91289bc0652c99a0 (diff) |
Further improve on-HUD BP display.
Diffstat (limited to 'src/cgame/cg_local.h')
-rw-r--r-- | src/cgame/cg_local.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cgame/cg_local.h b/src/cgame/cg_local.h index a477336..097da54 100644 --- a/src/cgame/cg_local.h +++ b/src/cgame/cg_local.h @@ -1336,6 +1336,9 @@ typedef struct qhandle_t headShotPS; qhandle_t humanWoundsBleedPS; qhandle_t alienWoundsBleedPS; + + qhandle_t alienBuildPoolBar; + qhandle_t humanBuildPoolBar; } cgMedia_t; typedef struct |