diff options
-rw-r--r-- | engines/sci/detection_tables.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index b908d5b964..96e05d3895 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -2730,9 +2730,10 @@ static const struct ADGameDescription SciGameDescriptions[] = { #undef GUIO_LSL6HIRES -#define GUIO_LSL7_DEMO GUIO3(GUIO_NOASPECT, \ +#define GUIO_LSL7_DEMO GUIO4(GUIO_NOASPECT, \ GUIO_NOMIDI, \ - GUIO_NOLAUNCHLOAD) + GUIO_NOLAUNCHLOAD, \ + GAMEOPTION_LARRYSCALE) #define GUIO_LSL7 GUIO6(GUIO_NOASPECT, \ GUIO_NOMIDI, \ GAMEOPTION_ENABLE_BLACK_LINED_VIDEO, \ |