aboutsummaryrefslogtreecommitdiff
path: root/engines/illusions
diff options
context:
space:
mode:
authorEric Fry2018-06-22 23:04:48 +1000
committerEugene Sandulenko2018-07-20 06:43:33 +0000
commit284631140211c27f15557e74fb96c85e19d96278 (patch)
treed4a440349d5ea3bdbe6a0222ee001aa17b40e528 /engines/illusions
parenta5319cbce6669fbadae98f81142b8189ecd4bb27 (diff)
downloadscummvm-rg350-284631140211c27f15557e74fb96c85e19d96278.tar.gz
scummvm-rg350-284631140211c27f15557e74fb96c85e19d96278.tar.bz2
scummvm-rg350-284631140211c27f15557e74fb96c85e19d96278.zip
ILLUSIONS: Add support for German version.
Diffstat (limited to 'engines/illusions')
-rw-r--r--engines/illusions/detection.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/engines/illusions/detection.cpp b/engines/illusions/detection.cpp
index db6090bb81..ca002ae9b7 100644
--- a/engines/illusions/detection.cpp
+++ b/engines/illusions/detection.cpp
@@ -67,6 +67,19 @@ static const IllusionsGameDescription gameDescriptions[] = {
kGameIdDuckman
},
+ {
+ {
+ "duckman",
+ 0,
+ AD_ENTRY1s("duckman.gam", "64d16922ffb46b746fc2c12a14d75bcc", 29779968),
+ Common::DE_DEU,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUIO0()
+ },
+ kGameIdDuckman
+ },
+
{AD_TABLE_END_MARKER, 0}
};