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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Wed May 14 23:10:42 CEST 2008


Revision: 32126
          http://scummvm.svn.sourceforge.net/scummvm/?rev=32126&view=rev
Author:   thebluegr
Date:     2008-05-14 14:10:41 -0700 (Wed, 14 May 2008)

Log Message:
-----------
Added entries for the unpacked (*.dat) English and German CD versions of RtZ 1.2

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

Modified: scummvm/trunk/engines/made/detection.cpp
===================================================================
--- scummvm/trunk/engines/made/detection.cpp	2008-05-14 20:37:18 UTC (rev 32125)
+++ scummvm/trunk/engines/made/detection.cpp	2008-05-14 21:10:41 UTC (rev 32126)
@@ -145,9 +145,26 @@
 
 	{
 		// Return to Zork - English CD version 1.2 9/29/94
+		// Supplied by Dark-Star in the ScummVM forums
 		{
 			"rtz",
 			"CD",
+			AD_ENTRY1("rtzcd.dat", "9d740378da2d16e83d0d0efff01bf83a"),
+			Common::EN_ANY,
+			Common::kPlatformPC,
+			Common::ADGF_NO_FLAGS
+		},
+		GID_RTZ,
+		0,
+		GF_CD,
+		0,
+	},
+
+	{
+		// Return to Zork - English CD version 1.2 9/29/94
+		{
+			"rtz",
+			"CD",
 			AD_ENTRY1("rtzcd.red", "946997d8b0aa6cb4e848bad02a1fc3d2"),
 			Common::EN_ANY,
 			Common::kPlatformPC,
@@ -160,6 +177,24 @@
 	},
 
 	{
+		// Return to Zork - German CD version 1.2 9/29/94
+		// (same as the English 1.2 version)
+		// Supplied by Dark-Star in the ScummVM forums
+		{
+			"rtz",
+			"CD",
+			AD_ENTRY1("rtzcd.dat", "9d740378da2d16e83d0d0efff01bf83a"),
+			Common::DE_DEU,
+			Common::kPlatformPC,
+			Common::ADGF_NO_FLAGS
+		},
+		GID_RTZ,
+		0,
+		GF_CD,
+		0,
+	},
+
+	{
 		// Return to Zork - German CD version 1.2 4/18/95
 		// (same as the English 1.2 version)
 		// Supplied by Dark-Star in the ScummVM forums


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