mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-31 16:03:24 +00:00
Fix RTL from Kyra3 main menu. (It now doesn't quit ScummVM anymore)
svn-id: r42180
This commit is contained in:
parent
30d1462da0
commit
c22010b3d2
@ -310,16 +310,19 @@ Common::Error KyraEngine_MR::go() {
|
||||
break;
|
||||
|
||||
case 3:
|
||||
default:
|
||||
fadeOutMusic(60);
|
||||
_screen->fadeToBlack(60);
|
||||
uninitMainMenu();
|
||||
quitGame();
|
||||
running = false;
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
if (_showOutro)
|
||||
if (_showOutro && !shouldQuit())
|
||||
playVQA("CREDITS");
|
||||
|
||||
return Common::kNoError;
|
||||
|
Loading…
x
Reference in New Issue
Block a user