[Scummvm-git-logs] scummvm master -> 26ba26b9371167c0a2f76e7759f084b715ba660d

bluegr noreply at scummvm.org
Mon Nov 4 08:38:28 UTC 2024


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:
26ba26b937 SCI: Fix build


Commit: 26ba26b9371167c0a2f76e7759f084b715ba660d
    https://github.com/scummvm/scummvm/commit/26ba26b9371167c0a2f76e7759f084b715ba660d
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2024-11-04T10:38:09+02:00

Commit Message:
SCI: Fix build

Changed paths:
    engines/sci/detection_tables.h


diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 0f59da1ccc8..67cb1394ea3 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -4612,14 +4612,14 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 #undef GUIO_PQ4_CD
 #undef GUIO_PQ4_MAC
 
-#define GUIO_PQSWAT_DEMO GUIO6(GUIO_NOSUBTITLES, \
+#define GUIO_PQSWAT_DEMO GUIO7(GUIO_NOSUBTITLES, \
 							   GUIO_NOMIDI, \
 							   GUIO_LINKMUSICTOSFX, \
 							   GUIO_LINKSPEECHTOSFX, \
 							   GUIO_NOASPECT, \
 							   GUIO_NOLAUNCHLOAD, \
 							   GAMEOPTION_ENABLE_GMM_SAVE)
-#define GUIO_PQSWAT      GUIO8(GUIO_NOSUBTITLES, \
+#define GUIO_PQSWAT      GUIO9(GUIO_NOSUBTITLES, \
 							   GUIO_NOMIDI, \
 							   GUIO_LINKMUSICTOSFX, \
 							   GUIO_LINKSPEECHTOSFX, \
@@ -5456,7 +5456,7 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		AD_LISTEND},
 		Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK, GUIO1(GUIO_NONE)	},
 
-#define GUIO_SQ1_ENGLISH_PC GUIO7(GUIO_NOSPEECH,                 \
+#define GUIO_SQ1_ENGLISH_PC GUIO8(GUIO_NOSPEECH,                 \
                                   GAMEOPTION_PREFER_DIGITAL_SFX, \
                                   GAMEOPTION_ORIGINAL_SAVELOAD,  \
                                   GAMEOPTION_MIDI_MODE,          \




More information about the Scummvm-git-logs mailing list