diff options
-rw-r--r-- | engines/kyra/script_hof.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/script_hof.cpp b/engines/kyra/script_hof.cpp index a7fea59e9d..b80b8105a1 100644 --- a/engines/kyra/script_hof.cpp +++ b/engines/kyra/script_hof.cpp @@ -1405,7 +1405,7 @@ int KyraEngine_HoF::o2_demoFinale(EMCState *script) { _screen->updateScreen(); _eventList.clear(); - while (!skipFlag()) + while (!skipFlag() && !shouldQuit()) delay(10); _sound->beginFadeOut(); |