diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sherlock/detection_tables.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/engines/sherlock/detection_tables.h b/engines/sherlock/detection_tables.h index ce6eafcaca..9c88abb788 100644 --- a/engines/sherlock/detection_tables.h +++ b/engines/sherlock/detection_tables.h @@ -112,6 +112,23 @@ static const SherlockGameDescription gameDescriptions[] = { }, { + // Case of the Serrated Scalpel - Italian fan translation + { + "scalpel", + 0, { + {"talk.lib", 0, "1a547f96476a3a50cf6f0d599a4f5bcc", 247406}, + {"music.lib", 0, "68ae2f7684ecf903bd60a00bb6bae195", 366465}, + AD_LISTEND}, + Common::ES_ESP, + 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 - English 3DO { "scalpel", |