[Scummvm-git-logs] scummvm branch-2-9 -> 671421f93dbdcd63f608aec39e74fc82acda4f3e

sev- noreply at scummvm.org
Sat Nov 16 13:26:58 UTC 2024


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:
671421f93d SCUMM: Do not run MacGUI on HE games


Commit: 671421f93dbdcd63f608aec39e74fc82acda4f3e
    https://github.com/scummvm/scummvm/commit/671421f93dbdcd63f608aec39e74fc82acda4f3e
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-11-16T14:26:52+01:00

Commit Message:
SCUMM: Do not run MacGUI on HE games

Changed paths:
    engines/scumm/scumm.cpp


diff --git a/engines/scumm/scumm.cpp b/engines/scumm/scumm.cpp
index 919e1433654..6f883a02937 100644
--- a/engines/scumm/scumm.cpp
+++ b/engines/scumm/scumm.cpp
@@ -1186,7 +1186,7 @@ Common::Error ScummEngine::init() {
 
 	Common::Path macResourceFile;
 
-	if (_game.platform == Common::kPlatformMacintosh) {
+	if (_game.platform == Common::kPlatformMacintosh && _game.heversion == 0) {
 		Common::MacResManager resource;
 
 		_macScreen = new Graphics::Surface();




More information about the Scummvm-git-logs mailing list