mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-21 01:08:25 +00:00
KYRA: Prevent fast fade to black when skipping the intro.
svn-id: r51170
This commit is contained in:
parent
f48cb3cbb5
commit
a3b3febb96
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user