diff options
Diffstat (limited to 'src/roulette.c')
-rw-r--r-- | src/roulette.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/roulette.c b/src/roulette.c index 1ea69dc2e..adde16199 100644 --- a/src/roulette.c +++ b/src/roulette.c @@ -2896,7 +2896,9 @@ static const union AnimCmd sAnim_CreditDigit[] = ANIMCMD_FRAME(18, 0), // 9 // BUG: Animation not terminated properly // Doesn't matter in practice, the frames are set directly and not looped - //ANIMCMD_END +#ifdef BUGFIX + ANIMCMD_END +#endif }; static const union AnimCmd *const sAnims_CreditDigit[] = |