aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorEugene Sandulenko2007-03-17 17:13:52 +0000
committerEugene Sandulenko2007-03-17 17:13:52 +0000
commit3a36ac02a198a656410228c67b8133f60ab2f662 (patch)
tree85b68c74ebae98ef38344b508efe7b6c391181b0 /engines
parent478c0644f15c23dd357ea891955ce53abc7b7f27 (diff)
downloadscummvm-rg350-3a36ac02a198a656410228c67b8133f60ab2f662.tar.gz
scummvm-rg350-3a36ac02a198a656410228c67b8133f60ab2f662.tar.bz2
scummvm-rg350-3a36ac02a198a656410228c67b8133f60ab2f662.zip
Add Spanish bargon MD5 as pointed in bugreport
#1681649: "MD5: BARGON ATTACK Spanish" svn-id: r26178
Diffstat (limited to 'engines')
-rw-r--r--engines/gob/detection.cpp18
1 files changed, 15 insertions, 3 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp
index d75ec90546..2c3e351f99 100644
--- a/engines/gob/detection.cpp
+++ b/engines/gob/detection.cpp
@@ -692,12 +692,24 @@ static const GOBGameDescription gameDescriptions[] = {
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
},