diff options
author | D G Turner | 2019-12-17 04:57:15 +0000 |
---|---|---|
committer | D G Turner | 2019-12-17 04:57:15 +0000 |
commit | 839dbe37a679c2d79508188a467fe8cedc14a3b2 (patch) | |
tree | c3198973aaab64453fc3332dda13bef187441f5b /engines/sherlock | |
parent | 68758a879e0c8ecc0d40962516d4e808aa4e15e5 (diff) | |
download | scummvm-rg350-839dbe37a679c2d79508188a467fe8cedc14a3b2.tar.gz scummvm-rg350-839dbe37a679c2d79508188a467fe8cedc14a3b2.tar.bz2 scummvm-rg350-839dbe37a679c2d79508188a467fe8cedc14a3b2.zip |
SHERLOCK: Add Serrated Scalpel Spanish Floppy Detection Entry
Diffstat (limited to 'engines/sherlock')
-rw-r--r-- | engines/sherlock/detection_tables.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/engines/sherlock/detection_tables.h b/engines/sherlock/detection_tables.h index d20ca92cd4..4867b8d8b6 100644 --- a/engines/sherlock/detection_tables.h +++ b/engines/sherlock/detection_tables.h @@ -128,6 +128,22 @@ static const SherlockGameDescription gameDescriptions[] = { }, { + // Case of the Serrated Scalpel - Spanish 3.5" Floppy + // Provided by lorz on bug #11283 + { + "scalpel", + 0, + AD_ENTRY1s("talk.lib", "27697804b637a7f3b77234bf16f15dce", 171419), + Common::ES_ESP, + Common::kPlatformDOS, + ADGF_NO_FLAGS, + 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 - Italian fan translation { "scalpel", |