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,
currentFrame,
blendTime);
#endif^
#endif
if ( oldAnimSpeed != animSpeed
&& ((oldAnimSpeed>0&&animSpeed>0) || (oldAnimSpeed<0&&animSpeed<0)) )
{//match the new speed, actually

View File

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