[Scummvm-git-logs] scummvm master -> 2fb626a897a8a6ab0496d2a288290f5e77b5ed77
eriktorbjorn
noreply at scummvm.org
Wed Feb 5 20:23:56 UTC 2025
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:
2fb626a897 SCUMM: MACGUI: Add note about Maniac Mansion GUI
Commit: 2fb626a897a8a6ab0496d2a288290f5e77b5ed77
https://github.com/scummvm/scummvm/commit/2fb626a897a8a6ab0496d2a288290f5e77b5ed77
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2025-02-05T21:23:25+01:00
Commit Message:
SCUMM: MACGUI: Add note about Maniac Mansion GUI
Changed paths:
engines/scumm/macgui/macgui_v6.cpp
diff --git a/engines/scumm/macgui/macgui_v6.cpp b/engines/scumm/macgui/macgui_v6.cpp
index aed941efdc3..2aaa962f9dd 100644
--- a/engines/scumm/macgui/macgui_v6.cpp
+++ b/engines/scumm/macgui/macgui_v6.cpp
@@ -45,7 +45,12 @@
namespace Scumm {
// ===========================================================================
-// The Mac SCUMM v6 (and later) GUI.
+// The Maniac Mansion + Mac SCUMM v6 (and later) GUI
+//
+// Note that the original Maniac Mansion GUI would not open the Open and Save
+// dialogs directly. Instead it would trigger the built-in save/load screen,
+// and trigger the dialogs from there. At least for now, that's more work than
+// it is worth.
// ===========================================================================
MacV6Gui::MacV6Gui(ScummEngine *vm, const Common::Path &resourceFile) : MacGuiImpl(vm, resourceFile) {
More information about the Scummvm-git-logs
mailing list