aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
diff options
context:
space:
mode:
authorColin Snover2017-08-05 12:12:41 -0500
committerColin Snover2017-09-03 20:58:08 -0500
commit08a717530d9f28dc39c6e98f2ed3229fc57dd11e (patch)
treea7ed4ca3eefe1f3e215b74e4701c09b437f5c4ff /engines/sci
parent768d698434d38809932432ca37607c01370e9363 (diff)
downloadscummvm-rg350-08a717530d9f28dc39c6e98f2ed3229fc57dd11e.tar.gz
scummvm-rg350-08a717530d9f28dc39c6e98f2ed3229fc57dd11e.tar.bz2
scummvm-rg350-08a717530d9f28dc39c6e98f2ed3229fc57dd11e.zip
SCI32: Correct LSL7 demo GUIOs
Diffstat (limited to 'engines/sci')
-rw-r--r--engines/sci/detection_tables.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index d4e4a4f3c4..c44d5f4c25 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -2687,14 +2687,12 @@ static const struct ADGameDescription SciGameDescriptions[] = {
#undef GUIO_LSL6HIRES
-// TODO: Correct GUIOs
-#define GUIO_LSL7_DEMO GUIO4(GUIO_NOASPECT, \
+#define GUIO_LSL7_DEMO GUIO3(GUIO_NOASPECT, \
GUIO_NOMIDI, \
- GUIO_NOLAUNCHLOAD, \
- GAMEOPTION_ORIGINAL_SAVELOAD)
-#define GUIO_LSL7 GUIO5(GAMEOPTION_ENABLE_BLACK_LINED_VIDEO, \
- GUIO_NOASPECT, \
+ GUIO_NOLAUNCHLOAD)
+#define GUIO_LSL7 GUIO5(GUIO_NOASPECT, \
GUIO_NOMIDI, \
+ GAMEOPTION_ENABLE_BLACK_LINED_VIDEO, \
GAMEOPTION_ORIGINAL_SAVELOAD, \
GAMEOPTION_HQ_VIDEO)