[Scummvm-git-logs] scummvm master -> 53ed196747c5459b7e92d99040b0d60fdc586dfd

trembyle noreply at scummvm.org
Wed Feb 2 21:55:43 UTC 2022


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:
53ed196747 DIRECTOR: Fix filepath for Haunted House


Commit: 53ed196747c5459b7e92d99040b0d60fdc586dfd
    https://github.com/scummvm/scummvm/commit/53ed196747c5459b7e92d99040b0d60fdc586dfd
Author: trembyle (sean.patrick.brody at gmail.com)
Date: 2022-02-02T16:55:12-05:00

Commit Message:
DIRECTOR: Fix filepath for Haunted House

Now using full Windows path instead of directoryGlobs

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 6e8de9b65c9..ec4f75a8142 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -3170,7 +3170,7 @@ static const DirectorGameDescription gameDescriptions[] = {
 	MACGAME1_l("henachocoexpo", "", "iTA-YABOU", "3731a1d809be07929da1f5d691ee3c97", 290426, Common::JA_JPN, 402),
 
 	// Mac version is D3
-	WINGAME1t("hhouse", "",			"HHOUSE.EXE",  "b0486032820bc6a413dd836650f8b0c3", 3181345, 400),
+	WINGAME1t("hhouse", "",	  "HHOUSE/HHOUSE.EXE", "b0486032820bc6a413dd836650f8b0c3", 3181345, 400),
 	WINDEMO1("hhouse", "1995 Demo", "HAUNTED.EXE", "5b7e970d8b8dec473e31cc6815c03bf6", 1166813, 404),
 
 	MACGAME1_l("hidoiyo", "Dai-ichi-wa", "xn--n8jwd0a9fz90pnw8c3lwa", "35707ed8fa1cb9a3cb643b51681cd0a9", 290398, Common::JA_JPN, 402),




More information about the Scummvm-git-logs mailing list