[Scummvm-cvs-logs] SF.net SVN: scummvm: [26097] scummvm/trunk/engines/gob/detection.cpp
drmccoy at users.sourceforge.net
drmccoy at users.sourceforge.net
Sun Mar 11 20:02:19 CET 2007
Revision: 26097
http://scummvm.svn.sourceforge.net/scummvm/?rev=26097&view=rev
Author: drmccoy
Date: 2007-03-11 12:02:18 -0700 (Sun, 11 Mar 2007)
Log Message:
-----------
Added the French Atari ST Bargon Attack reported in the forums
Modified Paths:
--------------
scummvm/trunk/engines/gob/detection.cpp
Modified: scummvm/trunk/engines/gob/detection.cpp
===================================================================
--- scummvm/trunk/engines/gob/detection.cpp 2007-03-11 17:01:41 UTC (rev 26096)
+++ scummvm/trunk/engines/gob/detection.cpp 2007-03-11 19:02:18 UTC (rev 26097)
@@ -680,6 +680,18 @@
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"
+ },
{
{
"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