[Scummvm-cvs-logs] SF.net SVN: scummvm:[34289] scummvm/branches/branch-0-12-0/engines/gob/ detection.cpp

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Wed Sep 3 00:41:10 CEST 2008


Revision: 34289
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34289&view=rev
Author:   drmccoy
Date:     2008-09-02 22:41:07 +0000 (Tue, 02 Sep 2008)

Log Message:
-----------
Added French Bargon Attack, as supplied by kizkoool in bugreport #2089734 (backport)

Modified Paths:
--------------
    scummvm/branches/branch-0-12-0/engines/gob/detection.cpp

Modified: scummvm/branches/branch-0-12-0/engines/gob/detection.cpp
===================================================================
--- scummvm/branches/branch-0-12-0/engines/gob/detection.cpp	2008-09-02 21:31:53 UTC (rev 34288)
+++ scummvm/branches/branch-0-12-0/engines/gob/detection.cpp	2008-09-02 22:41:07 UTC (rev 34289)
@@ -900,6 +900,19 @@
 		kFeaturesNone,
 		"intro"
 	},
+ 	{ // Supplied by kizkoool in bugreport #2089734
+ 		{
+			"bargon",
+			"",
+			AD_ENTRY1s("intro.stk", "00f6b4e2ee26e5c40b488e2df5adcf03", 3975580),
+			FR_FRA,
+			kPlatformPC,
+			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