diff options
author | Arnaud Boutonné | 2010-09-17 17:52:17 +0000 |
---|---|---|
committer | Arnaud Boutonné | 2010-09-17 17:52:17 +0000 |
commit | be569dad405374d499d8c2eede116ba9273d8936 (patch) | |
tree | 52ddd85be05a141c072bc9f62754768f09c60fdf /engines | |
parent | 04810a89f2dd2e3ef7354a8265ba69c054776642 (diff) | |
download | scummvm-rg350-be569dad405374d499d8c2eede116ba9273d8936.tar.gz scummvm-rg350-be569dad405374d499d8c2eede116ba9273d8936.tar.bz2 scummvm-rg350-be569dad405374d499d8c2eede116ba9273d8936.zip |
GOB: Add detection for polish gob2 and gob3
MD5s provided in bug #3067489
svn-id: r52767
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", |