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

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Wed Dec 31 12:30:40 CET 2008


Revision: 35625
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35625&view=rev
Author:   drmccoy
Date:     2008-12-31 11:30:40 +0000 (Wed, 31 Dec 2008)

Log Message:
-----------
Added an entry for the French Mac version of Gob2, as supplied by koalet in bug report #2478585

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

Modified: scummvm/trunk/engines/gob/detection.cpp
===================================================================
--- scummvm/trunk/engines/gob/detection.cpp	2008-12-31 09:44:45 UTC (rev 35624)
+++ scummvm/trunk/engines/gob/detection.cpp	2008-12-31 11:30:40 UTC (rev 35625)
@@ -373,7 +373,7 @@
 		{
 			"gob2",
 			"",
-			AD_ENTRY1("intro.stk", "a13ecb4f6d8fd881ebbcc02e45cb5475"),
+			AD_ENTRY1s("intro.stk", "a13ecb4f6d8fd881ebbcc02e45cb5475", 837275),
 			FR_FRA,
 			kPlatformPC,
 			Common::ADGF_NO_FLAGS
@@ -382,6 +382,23 @@
 		kFeaturesAdlib,
 		"intro"
 	},
+	{ // Supplied by koalet in bug report #2478585
+		{
+			"gob2",
+			"",
+			{
+				{"intro.stk", 0, "a13ecb4f6d8fd881ebbcc02e45cb5475", 837275},
+				{"musmac1.mid", 0, "7f96f491448c7a001b32df89cf8d2af2", 1658},
+				{NULL, 0, NULL, 0}
+			},
+			FR_FRA,
+			kPlatformMacintosh,
+			Common::ADGF_NO_FLAGS
+		},
+		kGameTypeGob2,
+		kFeaturesAdlib,
+		"intro"
+	},
 	{ // Supplied by arcepi in bug report #1659884
 		{
 			"gob2",


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