diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/gob/detection_tables.h | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/engines/gob/detection_tables.h b/engines/gob/detection_tables.h index 673dba76b5..2524807128 100644 --- a/engines/gob/detection_tables.h +++ b/engines/gob/detection_tables.h @@ -1068,6 +1068,20 @@ static const GOBGameDescription gameDescriptions[] = { kFeaturesCD, 0, 0, 0 }, + { // Supplied by pykman in bug report #3067489 + { + "gob2cd", + "v2.01 Polish", + AD_ENTRY1s("intro.stk", "3025f05482b646c18c2c79c615a3a1df", 5011726), + UNK_LANG, + kPlatformPC, + ADGF_NO_FLAGS, + GUIO_NOSUBTITLES | GUIO_NOSPEECH + }, + kGameTypeGob2, + kFeaturesCD, + 0, 0, 0 + }, { { "gob2cd", @@ -2812,6 +2826,20 @@ static const GOBGameDescription gameDescriptions[] = { kFeaturesCD, 0, 0, 0 }, + { // Supplied by pykman in bug report #3067489 + { + "gob3cd", + "v1.02 Polish", + AD_ENTRY1s("intro.stk", "978afddcac81bb95a04757b61f78471c", 619825), + UNK_LANG, + kPlatformPC, + ADGF_NO_FLAGS, + GUIO_NOSUBTITLES | GUIO_NOSPEECH + }, + kGameTypeGob3, + kFeaturesCD, + 0, 0, 0 + }, { // Supplied by paul66 and noizert in bug reports #1652352 and #1691230 { "gob3cd", |