[Scummvm-git-logs] scummvm master -> ec03345cc980189a14030b041108262b60ec5f5c

criezy criezy at scummvm.org
Mon Oct 12 12:11:34 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:
ec03345cc9 MADE: Add additional comment on detection entries


Commit: ec03345cc980189a14030b041108262b60ec5f5c
    https://github.com/scummvm/scummvm/commit/ec03345cc980189a14030b041108262b60ec5f5c
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2020-10-12T13:11:32+01:00

Commit Message:
MADE: Add additional comment on detection entries

Two detection entries for the v1.1 version have the same MD5 hash,
but different file size. According to GoodOldGeorg on the forum one
is a OEM version and the other is a retail version.

Changed paths:
    engines/made/detection_tables.h


diff --git a/engines/made/detection_tables.h b/engines/made/detection_tables.h
index 9204f66c27..7634f083f7 100644
--- a/engines/made/detection_tables.h
+++ b/engines/made/detection_tables.h
@@ -86,7 +86,7 @@ static const MadeGameDescription gameDescriptions[] = {
 	},
 
 	{
-		// Return to Zork - English CD version 1.1 12/7/93
+		// Return to Zork - English OEM CD version 1.1 12/7/93
 		{
 			"rtz",
 			"V1.1, 12/7/93, CD",
@@ -103,7 +103,7 @@ static const MadeGameDescription gameDescriptions[] = {
 	},
 
 	{
-		// Return to Zork - English CD version 1.1 12/7/93
+		// Return to Zork - English Retail CD version 1.1 12/7/93
 		{
 			"rtz",
 			"V1.1, 12/7/93, CD",




More information about the Scummvm-git-logs mailing list