[Scummvm-git-logs] scummvm master -> 9fda1a3a8a03cefd28f9c68cf5fd4f7ad604fd83

aquadran noreply at scummvm.org
Sat Jul 18 20:18:01 UTC 2026


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:
9fda1a3a8a WINTERMUTE: W/A for game 'Project Joe'


Commit: 9fda1a3a8a03cefd28f9c68cf5fd4f7ad604fd83
    https://github.com/scummvm/scummvm/commit/9fda1a3a8a03cefd28f9c68cf5fd4f7ad604fd83
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2026-07-18T22:17:48+02:00

Commit Message:
WINTERMUTE: W/A for game 'Project Joe'

Changed paths:
    engines/wintermute/base/base_file_manager.cpp


diff --git a/engines/wintermute/base/base_file_manager.cpp b/engines/wintermute/base/base_file_manager.cpp
index ea35d604d38..a555d5f04db 100644
--- a/engines/wintermute/base/base_file_manager.cpp
+++ b/engines/wintermute/base/base_file_manager.cpp
@@ -274,6 +274,11 @@ bool BaseFileManager::registerPackages() {
 				searchSignature = true;
 			}
 
+			// W/A: skip broken package in 'Project Joe"
+			if (fileName == "master.dcp" && BaseEngine::instance().getGameId() == "projectjoe") {
+				continue;
+			}
+
 			// Again, make the parent's name all lowercase to avoid any case
 			// issues.
 			Common::String parentName = it->getName();




More information about the Scummvm-git-logs mailing list