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

sev at users.sourceforge.net sev at users.sourceforge.net
Sat Mar 17 18:13:52 CET 2007


Revision: 26178
          http://scummvm.svn.sourceforge.net/scummvm/?rev=26178&view=rev
Author:   sev
Date:     2007-03-17 10:13:52 -0700 (Sat, 17 Mar 2007)

Log Message:
-----------
Add Spanish bargon MD5 as pointed in bugreport 
#1681649: "MD5: BARGON ATTACK Spanish"

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

Modified: scummvm/trunk/engines/gob/detection.cpp
===================================================================
--- scummvm/trunk/engines/gob/detection.cpp	2007-03-17 16:31:46 UTC (rev 26177)
+++ scummvm/trunk/engines/gob/detection.cpp	2007-03-17 17:13:52 UTC (rev 26178)
@@ -692,12 +692,24 @@
 		GF_BARGON,
 		"intro"
 	},
-	{
+	{ // Supplied by Trekky in the forums
 		{
+			"bargon",
+			"",
+			AD_ENTRY1s("intro.stk", "2f54b330d21f65b04b7c1f8cca76426c", 262109),
+			FR_FRA,
+			kPlatformAtariST,
+			Common::ADGF_NO_FLAGS
+		},
+		GF_BARGON,
+		"intro"
+	},
+	{ // Supplied by cesardark in bug #1681649
+		{
 			"gob3",
 			"",
-			AD_ENTRY1("intro.stk", "32b0f57f5ae79a9ae97e8011df38af42"),
-			UNK_LANG,
+			AD_ENTRY1s("intro.stk", "11103b304286c23945560b391fd37e7d", 3181890),
+			ES_ESP,
 			kPlatformPC,
 			Common::ADGF_NO_FLAGS
 		},


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