diff options
author | Sven Hesse | 2007-03-17 21:41:52 +0000 |
---|---|---|
committer | Sven Hesse | 2007-03-17 21:41:52 +0000 |
commit | d95fd5e3d4641c9bb4a956086d240f3e48112419 (patch) | |
tree | b10ebce94579ce961d8e2e732cdf8dbd0004c680 /engines | |
parent | 794fa64de19be6874f86345dba612feb64569090 (diff) | |
download | scummvm-rg350-d95fd5e3d4641c9bb4a956086d240f3e48112419.tar.gz scummvm-rg350-d95fd5e3d4641c9bb4a956086d240f3e48112419.tar.bz2 scummvm-rg350-d95fd5e3d4641c9bb4a956086d240f3e48112419.zip |
Repaired/Corrected the MD5 list
svn-id: r26187
Diffstat (limited to 'engines')
-rw-r--r-- | engines/gob/detection.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index 2c3e351f99..5ff2cf664a 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -692,24 +692,24 @@ static const GOBGameDescription gameDescriptions[] = { GF_BARGON, "intro" }, - { // Supplied by Trekky in the forums + { // Supplied by cesardark in bug #1681649 { "bargon", "", - AD_ENTRY1s("intro.stk", "2f54b330d21f65b04b7c1f8cca76426c", 262109), - FR_FRA, - kPlatformAtariST, + AD_ENTRY1s("intro.stk", "11103b304286c23945560b391fd37e7d", 3181890), + ES_ESP, + kPlatformPC, Common::ADGF_NO_FLAGS }, GF_BARGON, "intro" }, - { // Supplied by cesardark in bug #1681649 + { { "gob3", "", - AD_ENTRY1s("intro.stk", "11103b304286c23945560b391fd37e7d", 3181890), - ES_ESP, + AD_ENTRY1("intro.stk", "32b0f57f5ae79a9ae97e8011df38af42"), + UNK_LANG, kPlatformPC, Common::ADGF_NO_FLAGS }, |