[Scummvm-git-logs] scummvm master -> 768f8b8137961924539ff3b68a380eb0fd60d48f

lotharsm mail at serra.me
Wed Mar 25 21:04:08 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:
768f8b8137 SCI: Add detection entry for alternative christmas1992 variant


Commit: 768f8b8137961924539ff3b68a380eb0fd60d48f
    https://github.com/scummvm/scummvm/commit/768f8b8137961924539ff3b68a380eb0fd60d48f
Author: Lothar Serra Mari (mail at serra.me)
Date: 2020-03-25T22:03:05+01:00

Commit Message:
SCI: Add detection entry for alternative christmas1992 variant

Reported by oblivioncth in #11390

Changed paths:
    engines/sci/detection_tables.h


diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index c817c8c5af..657e6bedc8 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -214,6 +214,14 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		AD_LISTEND},
 		Common::EN_ANY, Common::kPlatformDOS, 0, GUIO_STD16	},
 
+	// Christmas Card 1992 - English DOS
+	// Unknown SCI interpreter version, reported by oblivioncth
+	{"christmas1992", "", {
+		{"resource.map", 0, "25c8b7ee5f1e79ae04dcdb5a21681402", 308},
+		{"resource.000", 0, "118f639435ebeee6e4d4c6d9cdbd70fc", 202728},
+		AD_LISTEND},
+		Common::EN_ANY, Common::kPlatformDOS, 0, GUIO_STD16	},
+
 	// Christmas Card 1992 - English DOS
 	// SCI interpreter version 1.001.055
 	{"christmas1992", "", {




More information about the Scummvm-git-logs mailing list