From a7627e5694752c629bc5beeb39a7fa74bba8a8e5 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Tue, 17 Apr 2001 16:15:06 +0000 Subject: Removed the locdamage debug spam --- src/game/g_combat.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/game/g_combat.c b/src/game/g_combat.c index bf991577..a5fd8a44 100644 --- a/src/game/g_combat.c +++ b/src/game/g_combat.c @@ -767,8 +767,6 @@ float G_CalcModifier( vec3_t point, gentity_t *targ, gentity_t *attacker, int cl hitRelative = DotProduct( normal, pMINUSfloor ) / VectorLength( normal ); - G_Printf( "%f\n", hitRelative*100 ); - if( hitRelative < 0.0 ) hitRelative = 0.0; if( hitRelative > clientHeight ) hitRelative = clientHeight; -- cgit