Fix accidental typo causing a compile error.

This commit is contained in:
Marco Cawthorne 2021-05-10 13:22:56 +02:00
parent 009508fa8b
commit 6344d561c8

View file

@ -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;
}
}
/*
=================