aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/detection_tables.h
diff options
context:
space:
mode:
authorColin Snover2016-07-10 11:43:57 -0500
committerColin Snover2016-07-10 11:46:19 -0500
commit46804fda15f97825ac67f46e5ded36ec5be01e42 (patch)
tree37c4eee4fdffa123cb2e84b5d57cb2443ecf58e6 /engines/sci/detection_tables.h
parentc294e4fbf884be84c5e6027bc2911ce9598fa111 (diff)
downloadscummvm-rg350-46804fda15f97825ac67f46e5ded36ec5be01e42.tar.gz
scummvm-rg350-46804fda15f97825ac67f46e5ded36ec5be01e42.tar.bz2
scummvm-rg350-46804fda15f97825ac67f46e5ded36ec5be01e42.zip
SCI32: Re-enable KQ7 subtitles, but with a warning on game start
Diffstat (limited to 'engines/sci/detection_tables.h')
-rw-r--r--engines/sci/detection_tables.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index a48ed3f360..6ee666a648 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -1736,8 +1736,7 @@ static const struct ADGameDescription SciGameDescriptions[] = {
GAMEOPTION_PREFER_DIGITAL_SFX, \
GAMEOPTION_ORIGINAL_SAVELOAD, \
GAMEOPTION_FB01_MIDI)
-#define GUIO_KQ7 GUIO5(GUIO_NOSUBTITLES, \
- GUIO_NOASPECT, \
+#define GUIO_KQ7 GUIO4(GUIO_NOASPECT, \
GAMEOPTION_PREFER_DIGITAL_SFX, \
GAMEOPTION_ORIGINAL_SAVELOAD, \
GAMEOPTION_FB01_MIDI)