remove surplus tokens after preprocessor directives

This commit is contained in:
Jonathan Gray 2013-05-02 15:07:15 +10:00
parent bc0383bd86
commit 358beecb7d
2 changed files with 3 additions and 3 deletions

View file

@ -2312,7 +2312,7 @@ void PM_SetAnimFinal(int *torsoAnim,int *legsAnim,
legAnimSpeed, legAnimSpeed,
currentFrame, currentFrame,
blendTime); blendTime);
#endif^ #endif
if ( oldAnimSpeed != animSpeed if ( oldAnimSpeed != animSpeed
&& ((oldAnimSpeed>0&&animSpeed>0) || (oldAnimSpeed<0&&animSpeed<0)) ) && ((oldAnimSpeed>0&&animSpeed>0) || (oldAnimSpeed<0&&animSpeed<0)) )
{//match the new speed, actually {//match the new speed, actually
@ -4035,4 +4035,4 @@ qboolean PM_StandingAnim( int anim )
break; break;
} }
return qfalse; return qfalse;
} }

View file

@ -85,4 +85,4 @@ void G_Roff( gentity_t *ent );
void G_SaveCachedRoffs(); void G_SaveCachedRoffs();
void G_LoadCachedRoffs(); void G_LoadCachedRoffs();
#endif` #endif