From 6344d561c8d01160d40046f4ec1fe82ac1cef21f Mon Sep 17 00:00:00 2001 From: Marco Hladik Date: Mon, 10 May 2021 13:22:56 +0200 Subject: [PATCH] Fix accidental typo causing a compile error. --- src/shared/animations.qc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/shared/animations.qc b/src/shared/animations.qc index 01ba26e..4dd1cfc 100755 --- a/src/shared/animations.qc +++ b/src/shared/animations.qc @@ -36,7 +36,7 @@ void Animation_Print(string sWow) { print(sprintf("[DEBUG] %s", sWow)); #else bprint(PRINT_HIGH, sprintf("SSQC: %s", sWow) ); -#endif +#endif } void @@ -53,7 +53,8 @@ Animation_TimerUpdate(player pl, float ftime) pl.anim_bottom_time -= ftime; } else { pl.anim_bottom_time += ftime; - + } +} /* =================