diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/game/g_combat.c | 2 |
1 files changed, 0 insertions, 2 deletions
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; |