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,
|
||||
currentFrame,
|
||||
blendTime);
|
||||
#endif^
|
||||
#endif
|
||||
if ( oldAnimSpeed != animSpeed
|
||||
&& ((oldAnimSpeed>0&&animSpeed>0) || (oldAnimSpeed<0&&animSpeed<0)) )
|
||||
{//match the new speed, actually
|
||||
|
|
|
@ -85,4 +85,4 @@ void G_Roff( gentity_t *ent );
|
|||
void G_SaveCachedRoffs();
|
||||
void G_LoadCachedRoffs();
|
||||
|
||||
#endif`
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue