diff --git a/code/game/bg_panimate.cpp b/code/game/bg_panimate.cpp index 7674d95..559877b 100644 --- a/code/game/bg_panimate.cpp +++ b/code/game/bg_panimate.cpp @@ -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 @@ -4035,4 +4035,4 @@ qboolean PM_StandingAnim( int anim ) break; } return qfalse; -} \ No newline at end of file +} diff --git a/code/game/g_roff.h b/code/game/g_roff.h index b03de62..ffe0526 100644 --- a/code/game/g_roff.h +++ b/code/game/g_roff.h @@ -85,4 +85,4 @@ void G_Roff( gentity_t *ent ); void G_SaveCachedRoffs(); void G_LoadCachedRoffs(); -#endif` +#endif