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

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Mon Apr 2 19:33:24 CEST 2007


Revision: 26370
          http://scummvm.svn.sourceforge.net/scummvm/?rev=26370&view=rev
Author:   drmccoy
Date:     2007-04-02 10:33:23 -0700 (Mon, 02 Apr 2007)

Log Message:
-----------
Added the MD5 for the German Bargon Attack, as supplied by paul66 in bug #1692667

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

Modified: scummvm/trunk/engines/gob/detection.cpp
===================================================================
--- scummvm/trunk/engines/gob/detection.cpp	2007-04-02 11:05:09 UTC (rev 26369)
+++ scummvm/trunk/engines/gob/detection.cpp	2007-04-02 17:33:23 UTC (rev 26370)
@@ -702,6 +702,18 @@
 		GF_BARGON,
 		"intro"
 	},
+	{ // Supplied by paul66 in bug #1692667
+		{
+			"bargon",
+			"",
+			AD_ENTRY1s("intro.stk", "da3c54be18ab73fbdb32db24624a9c23", 3181825),
+			DE_DEU,
+			kPlatformPC,
+			Common::ADGF_NO_FLAGS
+		},
+		GF_BARGON,
+		"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