[Scummvm-git-logs] scummvm master -> 92d83f5c967881a303754cf3ea2309d926305f14

criezy criezy at scummvm.org
Sat Jun 30 00:17:27 CEST 2018


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
92d83f5c96 SCI: Add LarryScale option to LSL7 demo


Commit: 92d83f5c967881a303754cf3ea2309d926305f14
    https://github.com/scummvm/scummvm/commit/92d83f5c967881a303754cf3ea2309d926305f14
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2018-06-29T23:15:27+01:00

Commit Message:
SCI: Add LarryScale option to LSL7 demo

I am not actually sure there is any scaling involved
in the demo, but it plays perfectly with this option
enabled, and this makes it consistent with the full
game options.

Changed paths:
    engines/sci/detection_tables.h


diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index b908d5b..96e05d3 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, \





More information about the Scummvm-git-logs mailing list