mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-20 08:48:13 +00:00
Add fade to black effect at the end of Kyra1 CD demo.
svn-id: r43739
This commit is contained in:
parent
9eb7d8e140
commit
bf2242db72
@ -309,8 +309,15 @@ Common::Error KyraEngine_LoK::go() {
|
||||
setGameFlag(0xEF);
|
||||
_seqPlayerFlag = true;
|
||||
seq_intro();
|
||||
|
||||
if (_flags.isDemo) {
|
||||
_screen->fadeToBlack();
|
||||
return Common::kNoError;
|
||||
}
|
||||
|
||||
if (shouldQuit())
|
||||
return Common::kNoError;
|
||||
|
||||
if (_skipIntroFlag && _abortIntroFlag)
|
||||
resetGameFlag(0xEF);
|
||||
_seqPlayerFlag = false;
|
||||
|
Loading…
Reference in New Issue
Block a user