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

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Tue Jul 31 21:18:41 CEST 2007


Revision: 28366
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28366&view=rev
Author:   drmccoy
Date:     2007-07-31 12:18:41 -0700 (Tue, 31 Jul 2007)

Log Message:
-----------
Added an English Bargon Attack Amiga/AtariST version, as provided by pwigren in bug #1764174

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

Modified: scummvm/trunk/engines/gob/detection.cpp
===================================================================
--- scummvm/trunk/engines/gob/detection.cpp	2007-07-31 19:12:44 UTC (rev 28365)
+++ scummvm/trunk/engines/gob/detection.cpp	2007-07-31 19:18:41 UTC (rev 28366)
@@ -800,6 +800,19 @@
 		kFeaturesNone,
 		"intro"
 	},
+	{ // Supplied by pwigren in bugreport #1764174
+		{
+			"bargon",
+			"",
+			AD_ENTRY1s("intro.stk", "569d679fe41d49972d34c9fce5930dda", 269825),
+			EN_ANY,
+			kPlatformAmiga,
+			Common::ADGF_NO_FLAGS
+		},
+		kGameTypeBargon,
+		kFeaturesNone,
+		"intro"
+	},
 	{ // Supplied by glorfindel in bugreport #1722142
 		{
 			"bargon",


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