mirror of
https://github.com/libretro/scummvm.git
synced 2025-05-13 09:36:21 +00:00
Skips scroll down sequence then the user wishes to skip the intro.
svn-id: r23596
This commit is contained in:
parent
5ccb436cad
commit
d2befe0c6f
@ -177,7 +177,7 @@ void KyraEngine::seq_introLogos() {
|
||||
if (wait > 0) {
|
||||
delay(wait);
|
||||
}
|
||||
} while (y2 >= 64 && !_quitFlag);
|
||||
} while (y2 >= 64 && !_quitFlag && !_abortIntroFlag);
|
||||
|
||||
if (_quitFlag)
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user