From 3af70a5bc8fcdf0332d890c2d0df9f0674303f08 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sat, 26 Jan 2002 02:55:25 +0000 Subject: TA HUD stuff --- src/game/bg_pmove.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/game') diff --git a/src/game/bg_pmove.c b/src/game/bg_pmove.c index 9460600b..8c6881ee 100644 --- a/src/game/bg_pmove.c +++ b/src/game/bg_pmove.c @@ -876,10 +876,6 @@ static void PM_ClimbMove( void ) { PM_Accelerate (wishdir, wishspeed, accelerate); - if ( ( pml.groundTrace.surfaceFlags & SURF_SLICK ) || pm->ps->pm_flags & PMF_TIME_KNOCKBACK ) { - pm->ps->velocity[2] -= pm->ps->gravity * pml.frametime; - } - vel = VectorLength(pm->ps->velocity); // slide along the ground plane -- cgit