[Scummvm-git-logs] scummvm master -> ae53a2afb3e3663a227af85a5daf410c0cd6ebef
eriktorbjorn
noreply at scummvm.org
Sat Dec 23 16:51:33 UTC 2023
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:
ae53a2afb3 SCUMM: Remove dead code from Mac Loom "About" dialog
Commit: ae53a2afb3e3663a227af85a5daf410c0cd6ebef
https://github.com/scummvm/scummvm/commit/ae53a2afb3e3663a227af85a5daf410c0cd6ebef
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2023-12-23T17:51:13+01:00
Commit Message:
SCUMM: Remove dead code from Mac Loom "About" dialog
Changed paths:
engines/scumm/macgui/macgui_loom.cpp
diff --git a/engines/scumm/macgui/macgui_loom.cpp b/engines/scumm/macgui/macgui_loom.cpp
index c9c757ee45c..41d6b713143 100644
--- a/engines/scumm/macgui/macgui_loom.cpp
+++ b/engines/scumm/macgui/macgui_loom.cpp
@@ -353,9 +353,6 @@ void MacLoomGui::runAboutDialog() {
window->drawTexts(r, page2);
break;
- growth = -2;
- break;
-
case 7:
fastForward = false;
darkenOnly = true;
@@ -397,7 +394,6 @@ void MacLoomGui::runAboutDialog() {
break;
}
-
window->update(true);
if (scene >= 17)
More information about the Scummvm-git-logs
mailing list