From 358beecb7ddd6dbc1427bd11d8d4914d536d6a00 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Thu, 2 May 2013 15:07:15 +1000 Subject: [PATCH] remove surplus tokens after preprocessor directives --- code/game/bg_panimate.cpp | 4 ++-- code/game/g_roff.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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