mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-01 08:23:15 +00:00
CHEWY: Extra should quit check in flic playback
This commit is contained in:
parent
42f318b4aa
commit
8c55d3afe1
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user