diff options
author | Einar Johan Trøan Sømåen | 2016-10-06 00:10:35 +0200 |
---|---|---|
committer | Einar Johan Trøan Sømåen | 2016-10-06 00:12:53 +0200 |
commit | 5348327da664882b45bddc994660897a07d4b205 (patch) | |
tree | 11309cbad90385846ebb6e26c7708e08c49094bb /engines | |
parent | d8f700c105b9b85d543d6fb6d7133a00235c1b3b (diff) | |
download | scummvm-rg350-5348327da664882b45bddc994660897a07d4b205.tar.gz scummvm-rg350-5348327da664882b45bddc994660897a07d4b205.tar.bz2 scummvm-rg350-5348327da664882b45bddc994660897a07d4b205.zip |
WINTERMUTE: Add detection for german version of 5MA, Fixes #6850
Diffstat (limited to 'engines')
-rw-r--r-- | engines/wintermute/detection_tables.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h index ca30204462..94ff789bc0 100644 --- a/engines/wintermute/detection_tables.h +++ b/engines/wintermute/detection_tables.h @@ -148,6 +148,10 @@ static const WMEGameDescription gameDescriptions[] = { WME_WINENTRY("5ma", "", WME_ENTRY2s("english.dcp", "2f97bca09260ba23b645da9f0855ce7f", 893681, "data.dcp", "0134e92bcd5fd2837df3971087e96067", 163316498), Common::EN_ANY, ADGF_UNSTABLE, WME_1_7_0), + // Five Magical Amulets (German) + WME_WINENTRY("5ma", "", + WME_ENTRY2s("german.dcp", "bfa74aae81672803d0d0748ac0a532b7", 885150, + "data.dcp", "0134e92bcd5fd2837df3971087e96067", 163316498), Common::DE_DEU, ADGF_UNSTABLE, WME_1_7_0), // Five Magical Amulets (Polish) WME_WINENTRY("5ma", "", WME_ENTRY2s("polish.dcp", "bb877d48795471a17f25b0b5109100d1", 1132197, |