diff options
author | Ben Millwood <thebenmachine@gmail.com> | 2009-10-03 11:38:33 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:15:11 +0000 |
commit | 217ba13c618489a2c9d4d4384c42ce3d54b7959e (patch) | |
tree | f0a3527a45d64c4c51f6ca131d6d0fbec3641702 /src/cgame | |
parent | 393e5ec89e34f449a28bfd0f31324f10c1a9d0dd (diff) |
* Removal of now-redundant Makefile stuff
* Loads of whitespace fiddling to make the code closer to tremulous SVN
* HUMAN_BVALUE_MODIFIER includes ALIEN_CREDITS_PER_FRAG
Diffstat (limited to 'src/cgame')
-rw-r--r-- | src/cgame/cg_draw.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cgame/cg_draw.c b/src/cgame/cg_draw.c index 0feedc68..b75c1ff5 100644 --- a/src/cgame/cg_draw.c +++ b/src/cgame/cg_draw.c @@ -3054,6 +3054,7 @@ static void CG_PainBlend( void ) return; damage = cg.lastHealth - cg.snap->ps.stats[ STAT_HEALTH ]; + if( damage < 0 ) damage = 0; |