mirror of
https://github.com/ioquake/jedi-outcast.git
synced 2024-11-10 07:11:42 +00:00
remove surplus tokens after preprocessor directives
This commit is contained in:
parent
bc0383bd86
commit
358beecb7d
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -85,4 +85,4 @@ void G_Roff( gentity_t *ent );
|
||||||
void G_SaveCachedRoffs();
|
void G_SaveCachedRoffs();
|
||||||
void G_LoadCachedRoffs();
|
void G_LoadCachedRoffs();
|
||||||
|
|
||||||
#endif`
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue