KYRA: Prevent fast fade to black when skipping the intro.

svn-id: r51170
This commit is contained in:
Johannes Schickel 2010-07-22 21:45:33 +00:00
parent f48cb3cbb5
commit a3b3febb96

View File

@ -171,6 +171,7 @@ void KyraEngine_LoK::seq_introLogos() {
_screen->fadeFromBlack();
if (_seq->playSequence(_seq_WestwoodLogo, skipFlag()) || shouldQuit()) {
resetSkipFlag();
_screen->fadeToBlack();
_screen->clearPage(0);
return;
@ -186,6 +187,7 @@ void KyraEngine_LoK::seq_introLogos() {
Screen::FontId of = _screen->setFont(Screen::FID_8_FNT);
if ((_seq->playSequence(_seq_KyrandiaLogo, skipFlag()) && !seq_skipSequence()) || shouldQuit()) {
resetSkipFlag();
_screen->fadeToBlack();
_screen->clearPage(0);
return;