[Scummvm-git-logs] scummvm master -> 84c94c88941700ddf830d2f9c69405e63dc02dcf

trembyle noreply at scummvm.org
Tue Feb 8 16:27:34 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:
84c94c8894 DIRECTOR: Revert Haunted House filepath


Commit: 84c94c88941700ddf830d2f9c69405e63dc02dcf
    https://github.com/scummvm/scummvm/commit/84c94c88941700ddf830d2f9c69405e63dc02dcf
Author: trembyle (sean.patrick.brody at gmail.com)
Date: 2022-02-08T10:59:54-05:00

Commit Message:
DIRECTOR: Revert Haunted House filepath

This game can be detected recursively by the users. Since the projector
and other data files are not in parallel directories, paths are not
required.

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index ec4f75a8142..6e8de9b65c9 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/HHOUSE.EXE", "b0486032820bc6a413dd836650f8b0c3", 3181345, 400),
+	WINGAME1t("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