[Scummvm-git-logs] scummvm branch-2-6 -> 1e534cd3cda014d0006dafb1664eb854a1940dd0
dreammaster
noreply at scummvm.org
Mon Jun 13 06:03:09 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
1e534cd3cd CHEWY: Fix menu not being openable after saving game
Commit: 1e534cd3cda014d0006dafb1664eb854a1940dd0
https://github.com/scummvm/scummvm/commit/1e534cd3cda014d0006dafb1664eb854a1940dd0
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2022-06-12T23:03:00-07:00
Commit Message:
CHEWY: Fix menu not being openable after saving game
Changed paths:
engines/chewy/dialogs/files.cpp
diff --git a/engines/chewy/dialogs/files.cpp b/engines/chewy/dialogs/files.cpp
index 155b7f59d72..16abc9ce972 100644
--- a/engines/chewy/dialogs/files.cpp
+++ b/engines/chewy/dialogs/files.cpp
@@ -49,6 +49,8 @@ bool Files::execute(bool isInGame) {
if (!ConfMan.getBool("original_menus")) {
g_engine->showGmm(isInGame);
+ _G(flags).mainMouseFlag = false;
+ _G(minfo).button = 0;
return 0;
}
More information about the Scummvm-git-logs
mailing list