[Scummvm-git-logs] scummvm branch-2-8 -> d0734fddcb40cf9614ab8ecbffe11cf6f0d64572

eriktorbjorn noreply at scummvm.org
Sat Dec 23 18:15:07 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:
d0734fddcb SCUMM: Remove dead code from Mac Loom "About" dialog


Commit: d0734fddcb40cf9614ab8ecbffe11cf6f0d64572
    https://github.com/scummvm/scummvm/commit/d0734fddcb40cf9614ab8ecbffe11cf6f0d64572
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2023-12-23T19:14:50+01:00

Commit Message:
SCUMM: Remove dead code from Mac Loom "About" dialog

Changed paths:
    engines/scumm/gfx_mac.cpp


diff --git a/engines/scumm/gfx_mac.cpp b/engines/scumm/gfx_mac.cpp
index 68df5c0332a..158f0ba70be 100644
--- a/engines/scumm/gfx_mac.cpp
+++ b/engines/scumm/gfx_mac.cpp
@@ -3667,9 +3667,6 @@ void MacLoomGui::runAboutDialog() {
 				window->drawTexts(r, page2);
 				break;
 
-				growth = -2;
-				break;
-
 			case 7:
 				fastForward = false;
 				darkenOnly = true;




More information about the Scummvm-git-logs mailing list