diff options
author | Paul Gilbert | 2009-09-07 11:07:19 +0000 |
---|---|---|
committer | Paul Gilbert | 2009-09-07 11:07:19 +0000 |
commit | bebc76b4d8fd25ef84f22a7500df7e74b9714ddc (patch) | |
tree | da9d61a22afbad2bc70b867b623b06c8da16e6d3 | |
parent | e3a733f2e2170f573514e8c53115e26227ea6247 (diff) | |
download | scummvm-rg350-bebc76b4d8fd25ef84f22a7500df7e74b9714ddc.tar.gz scummvm-rg350-bebc76b4d8fd25ef84f22a7500df7e74b9714ddc.tar.bz2 scummvm-rg350-bebc76b4d8fd25ef84f22a7500df7e74b9714ddc.zip |
Added second German Neon Edition detection entry
svn-id: r44001
-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 { |