[Scummvm-git-logs] scummvm master -> b29eb3a88546d15a0d8b4b860384c016377ef9d6
eriktorbjorn
noreply at scummvm.org
Mon Jul 7 17:41:24 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
b29eb3a885 SCUMM: MACGUI: Add TODO comment
Commit: b29eb3a88546d15a0d8b4b860384c016377ef9d6
https://github.com/scummvm/scummvm/commit/b29eb3a88546d15a0d8b4b860384c016377ef9d6
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2025-07-07T19:40:33+02:00
Commit Message:
SCUMM: MACGUI: Add TODO comment
Skipping the Dig intro causes graphics errors, and I'm still not quite
sure how to avoid that.
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 651d3c96500..cb413852568 100644
--- a/engines/scumm/macgui/macgui_v6.cpp
+++ b/engines/scumm/macgui/macgui_v6.cpp
@@ -283,6 +283,8 @@ bool MacV6Gui::handleMenu(int id, Common::String &name) {
return true;
case 202:
+ // TODO: This doesn't work when skipping SMUSH videos, e.g.
+ // the Dig intro video.
_vm->processKeyboard(Common::KEYCODE_ESCAPE);
return true;
More information about the Scummvm-git-logs
mailing list