diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/kyra/sequences_lok.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/kyra/sequences_lok.cpp b/engines/kyra/sequences_lok.cpp index 81f652c25a..ad0cee81d2 100644 --- a/engines/kyra/sequences_lok.cpp +++ b/engines/kyra/sequences_lok.cpp @@ -147,6 +147,9 @@ void KyraEngine_LoK::seq_introLogos() { _screen->fadeToBlack(); } + if (shouldQuit()) + return; + _screen->clearPage(0); if (_flags.platform == Common::kPlatformAmiga) { |