diff options
author | Ben Millwood <thebenmachine@gmail.com> | 2009-10-03 11:47:23 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:15:21 +0000 |
commit | 97e55ebf684547b2298df1c8c77f3902e3041bd4 (patch) | |
tree | 3b847a467fc38e0d2590e2288c3de45f8cd01763 /src/game | |
parent | 5651e55a8679bd84c0759eead6357c2c33583416 (diff) |
* Grammatical tweaks to menu messages
* De-tabbing whitespace
Diffstat (limited to 'src/game')
-rw-r--r-- | src/game/bg_pmove.c | 6 |
1 files changed, 3 insertions, 3 deletions
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 ) ) { |