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

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Tue Jul 8 13:36:52 CEST 2008


Revision: 32963
          http://scummvm.svn.sourceforge.net/scummvm/?rev=32963&view=rev
Author:   drmccoy
Date:     2008-07-08 04:36:52 -0700 (Tue, 08 Jul 2008)

Log Message:
-----------
Added a Gob1 version supplied by raina in the forums.
It does look like the Mac version with a DOS executable and stripped music to me, so let's hope the Mac level image workaround works there as well.

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

Modified: scummvm/trunk/engines/gob/detection.cpp
===================================================================
--- scummvm/trunk/engines/gob/detection.cpp	2008-07-08 11:35:09 UTC (rev 32962)
+++ scummvm/trunk/engines/gob/detection.cpp	2008-07-08 11:36:52 UTC (rev 32963)
@@ -277,6 +277,19 @@
 		kFeaturesNone,
 		"intro"
 	},
+	{ // Supplied by raina in the forums
+		{
+			"gob1",
+			"",
+			AD_ENTRY1s("intro.stk", "6d837c6380d8f4d984c9f6cc0026df4f", 192712),
+			EN_ANY,
+			kPlatformMacintosh,
+			Common::ADGF_NO_FLAGS
+		},
+		kGameTypeGob1,
+		kFeaturesNone,
+		"intro"
+	},
 	{ // Supplied by paul66 in bug report #1652352
 		{
 			"gob1",


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