Skips scroll down sequence then the user wishes to skip the intro.

svn-id: r23596
This commit is contained in:
Johannes Schickel 2006-07-26 05:33:48 +00:00
parent 5ccb436cad
commit d2befe0c6f

View File

@ -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;