mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-18 07:39:08 +00:00
MOHAWK: MYST: Menu related fixes
* Allow showing the GMM using F5 during cutscenes in the non 25th versions. * Autosave when quitting from the GMM when it was opened using F5
This commit is contained in:
parent
40cb2f81e7
commit
ce0773eaf9
@ -297,6 +297,7 @@ void MystMenuDialog::handleCommand(GUI::CommandSender *sender, uint32 cmd, uint3
|
||||
}
|
||||
case kQuitCmd:
|
||||
close();
|
||||
vm->saveAutosaveIfEnabled();
|
||||
vm->runCredits();
|
||||
break;
|
||||
default:
|
||||
|
@ -741,9 +741,7 @@ void MohawkEngine_Myst::doAction(MystEventAction action) {
|
||||
break;
|
||||
}
|
||||
|
||||
if (isInteractive()) {
|
||||
openMainMenuDialog();
|
||||
}
|
||||
openMainMenuDialog();
|
||||
|
||||
break;
|
||||
case kMystActionSkip:
|
||||
|
Loading…
Reference in New Issue
Block a user