diff options
author | Tim Angus <tim@ngus.net> | 2004-10-16 15:14:30 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2004-10-16 15:14:30 +0000 |
commit | 7ccb349bbdaedd979fb67db17eef757915c8d74a (patch) | |
tree | 2573d3678e3e1ca67e2a68ba02411ec3d0e93036 /src/game/bg_misc.c | |
parent | 97143eb45a8a29904b97ae8251d8d1d349ebd5c7 (diff) |
* Bug fixes to the bug fixes to alien frag sharing
Diffstat (limited to 'src/game/bg_misc.c')
-rw-r--r-- | src/game/bg_misc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/bg_misc.c b/src/game/bg_misc.c index 446ff176..f39f1ec0 100644 --- a/src/game/bg_misc.c +++ b/src/game/bg_misc.c @@ -4880,7 +4880,6 @@ int BG_GetValueOfHuman( playerState_t *ps ) } portion = worth / (float)HUMAN_MAXED; - Com_Printf( "portion: %f, worth: %d\n", portion, worth ); if( portion < 0.01f ) portion = 0.01f; |