From 839dbe37a679c2d79508188a467fe8cedc14a3b2 Mon Sep 17 00:00:00 2001 From: D G Turner Date: Tue, 17 Dec 2019 04:57:15 +0000 Subject: SHERLOCK: Add Serrated Scalpel Spanish Floppy Detection Entry --- engines/sherlock/detection_tables.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'engines/sherlock') 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 @@ -127,6 +127,22 @@ static const SherlockGameDescription gameDescriptions[] = { GType_SerratedScalpel, }, + { + // 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 { -- cgit v1.2.3