diff options
-rw-r--r-- | engines/gob/detection.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index f471d14c93..d75ec90546 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -680,6 +680,18 @@ 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" + }, { { "gob3", |