diff options
-rw-r--r-- | engines/tinsel/detection.cpp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/engines/tinsel/detection.cpp b/engines/tinsel/detection.cpp index df3f95ca13..fa4c2d9151 100644 --- a/engines/tinsel/detection.cpp +++ b/engines/tinsel/detection.cpp @@ -402,6 +402,21 @@ static const TinselGameDescription gameDescriptions[] = { GF_CD | GF_SCNFILES | GF_ENHANCED_AUDIO_SUPPORT, TINSEL_V1, }, + { // Another German "Neon Edition" version + { + "dw", + "CD", + AD_ENTRY1s("dw.scn", "ce7c72f246d33bc17f6629ec08c27cd5", 774556), + Common::DE_DEU, + Common::kPlatformPC, + ADGF_NO_FLAGS, + GUIO_NONE + }, + GID_DW1, + 0, + GF_CD | GF_SCNFILES | GF_ENHANCED_AUDIO_SUPPORT, + TINSEL_V1, + }, { // European/Australian Discworld 2 release { |