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

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Mon Jun 25 18:15:35 CEST 2007


Revision: 27708
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27708&view=rev
Author:   drmccoy
Date:     2007-06-25 09:15:35 -0700 (Mon, 25 Jun 2007)

Log Message:
-----------
Adding info for Goblins 3 Mac (supplied by fac76 in #1742716)

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

Modified: scummvm/trunk/engines/gob/detection.cpp
===================================================================
--- scummvm/trunk/engines/gob/detection.cpp	2007-06-25 14:40:40 UTC (rev 27707)
+++ scummvm/trunk/engines/gob/detection.cpp	2007-06-25 16:15:35 UTC (rev 27708)
@@ -757,14 +757,30 @@
 		{
 			"gob3",
 			"",
-			AD_ENTRY1("intro.stk", "32b0f57f5ae79a9ae97e8011df38af42"),
-			UNK_LANG,
+			AD_ENTRY1s("intro.stk", "32b0f57f5ae79a9ae97e8011df38af42", 157084),
+			EN_GRB,
 			kPlatformPC,
 			Common::ADGF_NO_FLAGS
 		},
 		GF_GOB3,
 		"intro"
 	},
+	{ // Supplied by fac76 in bug report #1742716
+		{
+			"gob3",
+			"",
+			{
+				{"intro.stk", 0, "32b0f57f5ae79a9ae97e8011df38af42", 157084},
+				{"musmac1.mid", 0, "834e55205b710d0af5f14a6f2320dd8e", 8661},
+				{NULL, 0, NULL, 0}
+			},
+			EN_GRB,
+			kPlatformMacintosh,
+			Common::ADGF_NO_FLAGS
+		},
+		GF_GOB3,
+		"intro"
+	},
 	{
 		{
 			"gob3",


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