diff options
Diffstat (limited to 'engines/gob')
-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 d8e85287b8..07888e2e80 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -414,6 +414,18 @@ static const GOBGameDescription gameDescriptions[] = { GF_GOB2, "intro" }, + { // Supplied by bgk in bug report #1706861 + { + "gob2", + "", + AD_ENTRY1s("intro.stk", "4b13c02d1069b86bcfec80f4e474b98b", 554680), + FR_FRA, + kPlatformAtariST, + Common::ADGF_NO_FLAGS + }, + GF_GOB2, + "intro" + }, { { "gob2cd", |