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:
Bastien Bouclet 2020-04-08 20:17:25 +02:00
parent 40cb2f81e7
commit ce0773eaf9
2 changed files with 2 additions and 3 deletions

View File

@ -297,6 +297,7 @@ void MystMenuDialog::handleCommand(GUI::CommandSender *sender, uint32 cmd, uint3
}
case kQuitCmd:
close();
vm->saveAutosaveIfEnabled();
vm->runCredits();
break;
default:

View File

@ -741,9 +741,7 @@ void MohawkEngine_Myst::doAction(MystEventAction action) {
break;
}
if (isInteractive()) {
openMainMenuDialog();
}
openMainMenuDialog();
break;
case kMystActionSkip: