Add fade to black effect at the end of Kyra1 CD demo.

svn-id: r43739
This commit is contained in:
Johannes Schickel 2009-08-25 22:39:36 +00:00
parent 9eb7d8e140
commit bf2242db72

View File

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