summaryrefslogtreecommitdiff
path: root/src/game/bg_misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/bg_misc.c')
-rw-r--r--src/game/bg_misc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/bg_misc.c b/src/game/bg_misc.c
index f39f1ec0..446ff176 100644
--- a/src/game/bg_misc.c
+++ b/src/game/bg_misc.c
@@ -4880,6 +4880,7 @@ 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;