[Scummvm-cvs-logs] SF.net SVN: scummvm: [31713] scummvm/trunk/engines/made/detection.cpp

joostp at users.sourceforge.net joostp at users.sourceforge.net
Fri Apr 25 01:11:34 CEST 2008


Revision: 31713
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31713&view=rev
Author:   joostp
Date:     2008-04-24 16:11:34 -0700 (Thu, 24 Apr 2008)

Log Message:
-----------
add detection entry for 1.2 CD version.
the md5 of rtzcd.dat is identical to the existing entry, so no additional "unpacked" entry was added.

Modified Paths:
--------------
    scummvm/trunk/engines/made/detection.cpp

Modified: scummvm/trunk/engines/made/detection.cpp
===================================================================
--- scummvm/trunk/engines/made/detection.cpp	2008-04-24 23:07:22 UTC (rev 31712)
+++ scummvm/trunk/engines/made/detection.cpp	2008-04-24 23:11:34 UTC (rev 31713)
@@ -90,7 +90,7 @@
 	},
 
 	{
-		// Return to Zork - English CD version
+		// Return to Zork - English CD version 1.1 12/7/93
 		{
 			"rtz",
 			"CD",
@@ -106,6 +106,23 @@
 	},
 
 	{
+		// Return to Zork - English CD version 1.2 9/29/94
+		{
+			"rtz",
+			"CD",
+			AD_ENTRY1("rtzcd.red", "946997d8b0aa6cb4e848bad02a1fc3d2"),
+			Common::EN_ANY,
+			Common::kPlatformPC,
+			Common::ADGF_NO_FLAGS
+		},
+		0,
+		0,
+		GF_CD_COMPRESSED,
+		0,
+	},
+
+
+	{
 		// Return to Zork - English floppy version
 		{
 			"rtz",


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list