diff options
author | Tim Angus <tim@ngus.net> | 2002-08-09 01:29:56 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2002-08-09 01:29:56 +0000 |
commit | dfe2e48354aec0664628f15fc6d3d4764189554a (patch) | |
tree | 5fe501224bcaebac8ca9eb5f19a479d683447d0d /src/cgame/cg_drawtools.c | |
parent | 2c7cc240ddf82a5823071ad7180ab6a91357351b (diff) |
* Removal of Q3A armor[sic] system - freed up a STAT_ in the process
Diffstat (limited to 'src/cgame/cg_drawtools.c')
-rw-r--r-- | src/cgame/cg_drawtools.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgame/cg_drawtools.c b/src/cgame/cg_drawtools.c index 391b287d..16e90a11 100644 --- a/src/cgame/cg_drawtools.c +++ b/src/cgame/cg_drawtools.c @@ -501,7 +501,7 @@ CG_ColorForHealth void CG_ColorForHealth( vec4_t hcolor ) { CG_GetColorForHealth( cg.snap->ps.stats[STAT_HEALTH], - cg.snap->ps.stats[STAT_ARMOR], hcolor ); + 0, hcolor ); } // bk001205 - code below duplicated in q3_ui/ui-atoms.c |