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

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Wed Jul 25 17:46:14 CEST 2007


Revision: 28190
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28190&view=rev
Author:   drmccoy
Date:     2007-07-25 08:46:13 -0700 (Wed, 25 Jul 2007)

Log Message:
-----------
Added one (commented out) "The Last Dynasty" MD5

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

Modified: scummvm/trunk/engines/gob/detection.cpp
===================================================================
--- scummvm/trunk/engines/gob/detection.cpp	2007-07-25 11:29:47 UTC (rev 28189)
+++ scummvm/trunk/engines/gob/detection.cpp	2007-07-25 15:46:13 UTC (rev 28190)
@@ -54,6 +54,7 @@
 	{"bargon", "Bargon Attack"},
 	{"ween", "Ween: The Prophecy"},
 	{"woodruff", "The Bizarre Adventures of Woodruff and the Schnibble"},
+//	{"dynasty", "The Last Dynasty"},
 	{0, 0}
 };
 
@@ -1114,6 +1115,19 @@
 		kFeatures640,
 		"intro"
 	},
+	/*{
+		{
+			"dynasty",
+			"",
+			AD_ENTRY1s("intro.stk", "6190e32404b672f4bbbc39cf76f41fda", 2511470),
+			EN_USA,
+			kPlatformPC,
+			Common::ADGF_NO_FLAGS
+		},
+		kGameTypeWoodruff,
+		kFeatures640,
+		"intro"
+	},*/
 	{ AD_TABLE_END_MARKER, kGameTypeNone, kFeaturesNone, NULL }
 };
 


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