aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/detection_tables.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-08-12 08:46:09 -0400
committerPaul Gilbert2015-08-12 08:46:09 -0400
commite6b070711a76f8cd4008d687d12eefaed231bed6 (patch)
tree5f7e4e7f8a41843e50b63d35a40b9aa18d16fc63 /engines/sherlock/detection_tables.h
parent149b31c310e71451b4124feeb30213e6627129a0 (diff)
downloadscummvm-rg350-e6b070711a76f8cd4008d687d12eefaed231bed6.tar.gz
scummvm-rg350-e6b070711a76f8cd4008d687d12eefaed231bed6.tar.bz2
scummvm-rg350-e6b070711a76f8cd4008d687d12eefaed231bed6.zip
SHERLOCK: RT: Hook window/speech to ScummVM speech/subtitles setting
Diffstat (limited to 'engines/sherlock/detection_tables.h')
-rw-r--r--engines/sherlock/detection_tables.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/engines/sherlock/detection_tables.h b/engines/sherlock/detection_tables.h
index 58093cc409..e2b5a3dce9 100644
--- a/engines/sherlock/detection_tables.h
+++ b/engines/sherlock/detection_tables.h
@@ -148,8 +148,7 @@ static const SherlockGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformDOS,
ADGF_UNSTABLE,
- GUIO4(GAMEOPTION_ORIGINAL_SAVES, GAMEOPTION_HELP_STYLE, GAMEOPTION_TEXT_WINDOWS,
- GAMEOPTION_TRANSPARENT_WINDOWS)
+ GUIO3(GAMEOPTION_ORIGINAL_SAVES, GAMEOPTION_HELP_STYLE, GAMEOPTION_TRANSPARENT_WINDOWS)
},
GType_RoseTattoo
},
@@ -164,8 +163,7 @@ static const SherlockGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformDOS,
ADGF_UNSTABLE,
- GUIO4(GAMEOPTION_ORIGINAL_SAVES, GAMEOPTION_HELP_STYLE, GAMEOPTION_TEXT_WINDOWS,
- GAMEOPTION_TRANSPARENT_WINDOWS)
+ GUIO3(GAMEOPTION_ORIGINAL_SAVES, GAMEOPTION_HELP_STYLE, GAMEOPTION_TRANSPARENT_WINDOWS)
},
GType_RoseTattoo,
},
@@ -180,8 +178,7 @@ static const SherlockGameDescription gameDescriptions[] = {
Common::DE_DEU,
Common::kPlatformDOS,
ADGF_UNSTABLE,
- GUIO4(GAMEOPTION_ORIGINAL_SAVES, GAMEOPTION_HELP_STYLE, GAMEOPTION_TEXT_WINDOWS,
- GAMEOPTION_TRANSPARENT_WINDOWS)
+ GUIO3(GAMEOPTION_ORIGINAL_SAVES, GAMEOPTION_HELP_STYLE, GAMEOPTION_TRANSPARENT_WINDOWS)
},
GType_RoseTattoo,
},