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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Tue Apr 22 12:18:33 CEST 2008


Revision: 31656
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31656&view=rev
Author:   thebluegr
Date:     2008-04-22 03:18:32 -0700 (Tue, 22 Apr 2008)

Log Message:
-----------
Fixed Return to Zork game ID

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

Modified: scummvm/trunk/engines/made/detection.cpp
===================================================================
--- scummvm/trunk/engines/made/detection.cpp	2008-04-22 08:08:07 UTC (rev 31655)
+++ scummvm/trunk/engines/made/detection.cpp	2008-04-22 10:18:32 UTC (rev 31656)
@@ -61,7 +61,8 @@
 }
 
 static const PlainGameDescriptor madeGames[] = {
-	{"made", "Return to Zork"},
+	{"made", "MADE engine game"}, 
+	{"rtz", "Return to Zork"},
 	{0, 0}
 };
 
@@ -73,7 +74,7 @@
 	{
 		// Return to Zork - English CD version
 		{
-			"made",
+			"rtz",
 			"CD",
 			AD_ENTRY1("rtzcd.dat", "a1db8c97a78dae10f91d356f16ad07b8"),
 			Common::EN_ANY,
@@ -89,7 +90,7 @@
 	{
 		// Return to Zork - Demo
 		{
-			"made",
+			"rtz",
 			"Demo",
 			AD_ENTRY1("demo.dat", "2a6a1354bd5346fad4aee08e5b56caaa"),
 			Common::EN_ANY,


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