diff options
author | Paul Gilbert | 2017-05-09 20:57:47 -0400 |
---|---|---|
committer | Paul Gilbert | 2017-05-09 20:57:47 -0400 |
commit | 53b0b82e8754e5e74dda2dedd9f7da726b068df7 (patch) | |
tree | 6f3e7b0e093b9288f127cb9080b14ff13eeff86f /engines/sherlock | |
parent | 2a7cda649ebea7997d5a6ac74c23569f2b0b83d9 (diff) | |
download | scummvm-rg350-53b0b82e8754e5e74dda2dedd9f7da726b068df7.tar.gz scummvm-rg350-53b0b82e8754e5e74dda2dedd9f7da726b068df7.tar.bz2 scummvm-rg350-53b0b82e8754e5e74dda2dedd9f7da726b068df7.zip |
SHERLOCK: SS: Fix Italian fan detection entry language
Diffstat (limited to 'engines/sherlock')
-rw-r--r-- | engines/sherlock/detection_tables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/detection_tables.h b/engines/sherlock/detection_tables.h index 9c88abb788..a18227f0a1 100644 --- a/engines/sherlock/detection_tables.h +++ b/engines/sherlock/detection_tables.h @@ -119,7 +119,7 @@ static const SherlockGameDescription gameDescriptions[] = { {"talk.lib", 0, "1a547f96476a3a50cf6f0d599a4f5bcc", 247406}, {"music.lib", 0, "68ae2f7684ecf903bd60a00bb6bae195", 366465}, AD_LISTEND}, - Common::ES_ESP, + Common::IT_ITA, Common::kPlatformDOS, ADGF_UNSTABLE, GUIO6(GUIO_NOSPEECH, GAMEOPTION_ORIGINAL_SAVES, GAMEOPTION_FADE_STYLE, GAMEOPTION_HELP_STYLE, |