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

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Fri May 2 22:57:16 CEST 2008


Revision: 31833
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31833&view=rev
Author:   drmccoy
Date:     2008-05-02 13:57:16 -0700 (Fri, 02 May 2008)

Log Message:
-----------
The Last Dynasty starts and play the intro videos, so uncommenting its detection

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

Modified: scummvm/trunk/engines/gob/detection.cpp
===================================================================
--- scummvm/trunk/engines/gob/detection.cpp	2008-05-02 17:53:21 UTC (rev 31832)
+++ scummvm/trunk/engines/gob/detection.cpp	2008-05-02 20:57:16 UTC (rev 31833)
@@ -57,7 +57,7 @@
 	{"lostintime", "Lost in Time"},
 	{"inca2", "Inca II: Wiracocha"},
 	{"woodruff", "The Bizarre Adventures of Woodruff and the Schnibble"},
-//	{"dynasty", "The Last Dynasty"},
+	{"dynasty", "The Last Dynasty"},
 	{0, 0}
 };
 
@@ -1685,7 +1685,7 @@
 		kFeatures640,
 		"intro"
 	},
-	/*{
+	{
 		{
 			"dynasty",
 			"",
@@ -1697,7 +1697,20 @@
 		kGameTypeWoodruff,
 		kFeatures640,
 		"intro"
-	},*/
+	},
+	{
+		{
+			"dynasty",
+			"",
+			AD_ENTRY1s("intro.stk", "61e4069c16e27775a6cc6d20f529fb36", 2511300),
+			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