diff options
author | Paul Gilbert | 2017-05-07 22:51:05 -0400 |
---|---|---|
committer | Paul Gilbert | 2017-05-07 22:51:05 -0400 |
commit | a795c450bb1f712abb9e8451beeb086024df2eb7 (patch) | |
tree | 7493dafc913a652080544b03e9f5164e98b90523 /engines/sherlock | |
parent | a403523fafafdaed7148b4c4a43c8b27ecdc63e6 (diff) | |
download | scummvm-rg350-a795c450bb1f712abb9e8451beeb086024df2eb7.tar.gz scummvm-rg350-a795c450bb1f712abb9e8451beeb086024df2eb7.tar.bz2 scummvm-rg350-a795c450bb1f712abb9e8451beeb086024df2eb7.zip |
SHERLOCK: Add detection entry for Italian fan translation
Diffstat (limited to 'engines/sherlock')
-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", |