[Scummvm-git-logs] scummvm master -> afca1fc0922ce42b63fa6a7ca9eef8cb6aeec7d4

dreammaster noreply at scummvm.org
Mon Jun 13 06:02:46 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:
afca1fc092 CHEWY: Fix menu not being openable after saving game


Commit: afca1fc0922ce42b63fa6a7ca9eef8cb6aeec7d4
    https://github.com/scummvm/scummvm/commit/afca1fc0922ce42b63fa6a7ca9eef8cb6aeec7d4
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2022-06-12T23:02:32-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