From 97e55ebf684547b2298df1c8c77f3902e3041bd4 Mon Sep 17 00:00:00 2001 From: Ben Millwood Date: Sat, 3 Oct 2009 11:47:23 +0000 Subject: * Grammatical tweaks to menu messages * De-tabbing whitespace --- src/game/bg_pmove.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/game') diff --git a/src/game/bg_pmove.c b/src/game/bg_pmove.c index df5e5450..474d681b 100644 --- a/src/game/bg_pmove.c +++ b/src/game/bg_pmove.c @@ -559,7 +559,7 @@ static qboolean PM_CheckPounce( void ) ( pm->ps->pm_flags & PMF_CHARGE ) ) { pm->ps->pm_flags &= ~PMF_CHARGE; - pm->ps->weaponTime += LEVEL3_POUNCE_REPEAT; + pm->ps->weaponTime += LEVEL3_POUNCE_REPEAT; return qfalse; } @@ -2257,8 +2257,8 @@ static void PM_GroundTrace( void ) VectorMA( pm->ps->origin, 0.25f, movedir, point ); pm->trace( &trace, pm->ps->origin, pm->mins, pm->maxs, point, pm->ps->clientNum, pm->tracemask ); - if( trace.fraction < 1.0f && - !( trace.surfaceFlags & ( SURF_SKY | SURF_SLICK ) ) ) + if( trace.fraction < 1.0f && + !( trace.surfaceFlags & ( SURF_SKY | SURF_SLICK ) ) ) { if( !VectorCompare( trace.plane.normal, pm->ps->grapplePoint ) ) { -- cgit