diff options
author | Paul Gilbert | 2015-07-26 21:29:49 -0400 |
---|---|---|
committer | Paul Gilbert | 2015-07-26 21:29:49 -0400 |
commit | 6f121be1c26adb406e204c1644cf1f5c8b3960e8 (patch) | |
tree | 741f2e6e2715cb30636b5f9ccf2d16b772c7f172 /engines | |
parent | 40ba51664a4caa148e227b53e84da9401ec53dbb (diff) | |
parent | ceb711faf239e159ed2306d20f6494fea2ce34a2 (diff) | |
download | scummvm-rg350-6f121be1c26adb406e204c1644cf1f5c8b3960e8.tar.gz scummvm-rg350-6f121be1c26adb406e204c1644cf1f5c8b3960e8.tar.bz2 scummvm-rg350-6f121be1c26adb406e204c1644cf1f5c8b3960e8.zip |
Merge pull request #605 from mgerhardy/master
SHERLOCK: added yet another german version for scalpel
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sherlock/detection_tables.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/engines/sherlock/detection_tables.h b/engines/sherlock/detection_tables.h index 23d98c85c9..58093cc409 100644 --- a/engines/sherlock/detection_tables.h +++ b/engines/sherlock/detection_tables.h @@ -58,6 +58,24 @@ static const SherlockGameDescription gameDescriptions[] = { }, { + // Case of the Serrated Scalpel - German + // Provided by mgerhardy + { + "scalpel", + 0, { + {"talk.lib", 0, "44652e54172e13b1b075b1ef7d89de24", 284043}, + {"music.lib", 0, "68ae2f7684ecf903bd60a00bb6bae195", 366465}, + AD_LISTEND}, + Common::DE_DEU, + Common::kPlatformDOS, + ADGF_UNSTABLE, + GUIO6(GUIO_NOSPEECH, GAMEOPTION_ORIGINAL_SAVES, GAMEOPTION_FADE_STYLE, GAMEOPTION_HELP_STYLE, + GAMEOPTION_PORTRAITS_ON, GAMEOPTION_WINDOW_STYLE) + }, + GType_SerratedScalpel, + }, + + { // Case of the Serrated Scalpel - Spanish CD (from multilingual CD) // Provided by m_kiewitz { |