From a7459703d83d67ef8a147f3c20fd60e49b7808ac Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Thu, 22 Apr 2021 23:57:04 +0200 Subject: [PATCH] GOB: Added detection for Polish Amiga gob2. Bugreport #12033 --- engines/gob/detection/tables_gob2.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/engines/gob/detection/tables_gob2.h b/engines/gob/detection/tables_gob2.h index af64c1c5608..4a13a8d69b9 100644 --- a/engines/gob/detection/tables_gob2.h +++ b/engines/gob/detection/tables_gob2.h @@ -561,6 +561,21 @@ kFeaturesNone, 0, 0, 0 }, +{ // Supplied by damsoftPL in bug report #12033 + { + "gob2", + "", + AD_ENTRY1s("intro.stk", "d721383633b7acd6f18752e1ad217473", 559840), + PL_POL, + kPlatformAmiga, + ADGF_NO_FLAGS, + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) + }, + kGameTypeGob2, + kFeaturesNone, + 0, 0, 0 +}, + // -- Atari ST --