[Scummvm-git-logs] scummvm master -> 0582662f64c60c37ab7eda10d63bdd6628728f56

criezy criezy at scummvm.org
Sun Oct 11 22:48:09 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:
0582662f64 MADE: Add detection entry for RTZ version reported in forum


Commit: 0582662f64c60c37ab7eda10d63bdd6628728f56
    https://github.com/scummvm/scummvm/commit/0582662f64c60c37ab7eda10d63bdd6628728f56
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2020-10-11T23:47:23+01:00

Commit Message:
MADE: Add detection entry for RTZ version reported in forum

The detection entry was also reported in bug #4198, but the one that
was actually added to the detection table with the same hash had a
different file size. I don't know if they are two different versions,
or if it was a mistake, so I kept the detection entry and just added
the new one.

Changed paths:
    engines/made/detection_tables.h


diff --git a/engines/made/detection_tables.h b/engines/made/detection_tables.h
index ce52d7dad8..9204f66c27 100644
--- a/engines/made/detection_tables.h
+++ b/engines/made/detection_tables.h
@@ -102,6 +102,23 @@ static const MadeGameDescription gameDescriptions[] = {
 		3,
 	},
 
+	{
+		// Return to Zork - English CD version 1.1 12/7/93
+		{
+			"rtz",
+			"V1.1, 12/7/93, CD",
+			AD_ENTRY1s("rtzcd.red", "c4e2430e6b6c6ff1562a80fb4a9df24c", 276466),
+			Common::EN_ANY,
+			Common::kPlatformDOS,
+			ADGF_CD,
+			GUIO0()
+		},
+		GID_RTZ,
+		0,
+		GF_CD_COMPRESSED,
+		3,
+	},
+
 	{
 		// Return to Zork - English CD version 1.2 9/29/94 (installed)
 		// Supplied by Dark-Star in the ScummVM forums




More information about the Scummvm-git-logs mailing list