[Scummvm-git-logs] scummvm master -> 95903fbb55dfde339f9ea67e709812b118f292b6

criezy criezy at scummvm.org
Sun Nov 8 22:14:55 UTC 2020


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:
95903fbb55 SCI: Fix compilation


Commit: 95903fbb55dfde339f9ea67e709812b118f292b6
    https://github.com/scummvm/scummvm/commit/95903fbb55dfde339f9ea67e709812b118f292b6
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2020-11-08T22:14:34Z

Commit Message:
SCI: Fix compilation

Changed paths:
    engines/sci/detection_tables.h


diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index f36c28f6cf..37a4bbf17d 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -5133,7 +5133,7 @@ static const struct ADGameDescription SciGameDescriptions[] = {
                           GAMEOPTION_MIDI_MODE,				\
                           GAMEOPTION_RGB_RENDERING)
 
-#define GUIO_SQ4_CD_WINDOWS GUIO6(GUIO_MIDIGM				\
+#define GUIO_SQ4_CD_WINDOWS GUIO6(GUIO_MIDIGM,				\
                           GAMEOPTION_SQ4_SILVER_CURSORS,	\
 	                      GAMEOPTION_PREFER_DIGITAL_SFX,	\
 	                      GAMEOPTION_ORIGINAL_SAVELOAD,		\




More information about the Scummvm-git-logs mailing list