[Scummvm-cvs-logs] SF.net SVN: scummvm: [30746] scummvm/branches/branch-0-11-0/engines/gob/ detection.cpp

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Sat Feb 2 21:32:53 CET 2008


Revision: 30746
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30746&view=rev
Author:   drmccoy
Date:     2008-02-02 12:32:52 -0800 (Sat, 02 Feb 2008)

Log Message:
-----------
Backporting MD5/description fixes (bug reports #1883801 and #1883808)

Modified Paths:
--------------
    scummvm/branches/branch-0-11-0/engines/gob/detection.cpp

Modified: scummvm/branches/branch-0-11-0/engines/gob/detection.cpp
===================================================================
--- scummvm/branches/branch-0-11-0/engines/gob/detection.cpp	2008-02-02 20:26:19 UTC (rev 30745)
+++ scummvm/branches/branch-0-11-0/engines/gob/detection.cpp	2008-02-02 20:32:52 UTC (rev 30746)
@@ -425,6 +425,19 @@
 		kFeaturesAdlib,
 		"intro"
 	},
+	{ // Supplied by fac76 in bug report #1883808
+		{
+			"gob2",
+			"",
+			AD_ENTRY1s("intro.stk", "eebf2810122cfd17399260cd1468e994", 554014),
+			EN_ANY,
+			kPlatformAmiga,
+			Common::ADGF_NO_FLAGS
+		},
+		kGameTypeGob2,
+		kFeaturesNone,
+		"intro"
+	},
 	{
 		{
 			"gob2",
@@ -574,11 +587,11 @@
 			"Interactive Demo",
 			AD_ENTRY1("intro.stk", "4b278c2678ea01383fd5ca114d947eea"),
 			UNK_LANG,
-			kPlatformPC,
+			kPlatformAmiga,
 			Common::ADGF_DEMO
 		},
 		kGameTypeGob2,
-		kFeaturesAdlib,
+		kFeaturesNone,
 		"intro"
 	},
 	{


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