diff options
-rw-r--r-- | engines/gob/detection.cpp | 18 |
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 }, |