CHEWY: Extra should quit check in flic playback

This commit is contained in:
Paul Gilbert 2022-01-26 21:16:15 -08:00
parent 42f318b4aa
commit 8c55d3afe1

View File

@ -450,6 +450,7 @@ int16 flic::custom_play(CustomInfo *ci) {
do {
ende = g_system->getMillis();
g_events->update();
SHOULD_QUIT_RETURN0;
} while (ende <= start);
++CurrentFrame;