[Scummvm-git-logs] scummvm master -> 2a8cff758d67a8be09a5bb7994c4fc3bfb5eb6f7

sluicebox 22204938+sluicebox at users.noreply.github.com
Sat Apr 18 18:14:29 UTC 2020


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:
2a8cff758d SCI32: Add Lighthouse Italian detection entry


Commit: 2a8cff758d67a8be09a5bb7994c4fc3bfb5eb6f7
    https://github.com/scummvm/scummvm/commit/2a8cff758d67a8be09a5bb7994c4fc3bfb5eb6f7
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2020-04-18T11:12:40-07:00

Commit Message:
SCI32: Add Lighthouse Italian detection entry

Changed paths:
    engines/sci/detection_tables.h


diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 266ec26780..aa9a791e98 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -3092,6 +3092,16 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		AD_LISTEND},
 		Common::FR_FRA, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_LIGHTHOUSE },
 
+	// Lighthouse - Italian DOS
+	// VERSION file reports "1.0"
+	{"lighthouse", "", {
+		{"resmap.001", 0, "4e07734dcfdb593f755a05dc43ca4532", 7846},
+		{"ressci.001", 0, "dbb615146ec943e4ff7764a485c90511", 121894854},
+		{"resmap.002", 0, "012a93dc0612f62142afabb673b157aa", 7612},
+		{"ressci.002", 0, "6635764dc258b2041ca9a387e5aaab25", 114590776},
+		AD_LISTEND},
+		Common::IT_ITA, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_LIGHTHOUSE },
+
 	// Lighthouse - English Macintosh CD
 	// NOTE: This only contains disc 1 files
 	{ "lighthouse", "", {




More information about the Scummvm-git-logs mailing list