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

sev at users.sourceforge.net sev at users.sourceforge.net
Fri Mar 2 16:21:35 CET 2007


Revision: 25924
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25924&view=rev
Author:   sev
Date:     2007-03-02 07:21:34 -0800 (Fri, 02 Mar 2007)

Log Message:
-----------
Fix bug #1667806: "GOB: wrong detection"

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

Modified: scummvm/trunk/engines/gob/detection.cpp
===================================================================
--- scummvm/trunk/engines/gob/detection.cpp	2007-03-02 14:49:07 UTC (rev 25923)
+++ scummvm/trunk/engines/gob/detection.cpp	2007-03-02 15:21:34 UTC (rev 25924)
@@ -912,6 +912,18 @@
 		GF_GOB2 | GF_CD,
 		"intro"
 	},
+	{
+		{
+			"bargon",
+			"",
+			AD_ENTRY1(0, 0),
+			UNK_LANG,
+			kPlatformPC,
+			Common::ADGF_NO_FLAGS
+		},
+		GF_BARGON,
+		"intro"
+	},
 };
 
 static const ADFileBasedFallback fileBased[] = {
@@ -920,6 +932,7 @@
 	{ &fallbackDescs[2], { "intro.stk", 0 } },
 	{ &fallbackDescs[2], { "intro.stk", "disk2.stk", "disk3.stk", 0 } },
 	{ &fallbackDescs[3], { "intro.stk", "gobnew.lic", 0 } },
+	{ &fallbackDescs[4], { "intro.stk", "scaa.imd", "scba.imd", "scbf.imd", 0 } },
 	{ 0, { 0 } }
 };
 


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