[Scummvm-git-logs] scummvm master -> bedb5e04b0934ca7bc4bfe557cc6857f20a64b56
bluegr
bluegr at gmail.com
Sat Oct 31 11:55:11 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:
bedb5e04b0 SCI: Fix compilation
Commit: bedb5e04b0934ca7bc4bfe557cc6857f20a64b56
https://github.com/scummvm/scummvm/commit/bedb5e04b0934ca7bc4bfe557cc6857f20a64b56
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2020-10-31T13:54:48+02:00
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 7bd1057c87..7adb36c21a 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -1333,20 +1333,20 @@ static const struct ADGameDescription SciGameDescriptions[] = {
AD_LISTEND},
Common::EN_ANY, Common::kPlatformDOS, 0, GUIO_STD16 },
-#define GUIO_JONES_FLOPPY GUIO4(GUIO_NOSPEECH, \
- GAMEOPTION_PREFER_DIGITAL_SFX \
- GAMEOPTION_MIDI_MODE, \
+#define GUIO_JONES_FLOPPY GUIO4(GUIO_NOSPEECH, \
+ GAMEOPTION_PREFER_DIGITAL_SFX, \
+ GAMEOPTION_MIDI_MODE, \
GAMEOPTION_RGB_RENDERING)
-#define GUIO_JONES_CD GUIO4(GAMEOPTION_JONES_CDAUDIO, \
- GAMEOPTION_PREFER_DIGITAL_SFX \
- GAMEOPTION_MIDI_MODE, \
+#define GUIO_JONES_CD GUIO4(GAMEOPTION_JONES_CDAUDIO, \
+ GAMEOPTION_PREFER_DIGITAL_SFX, \
+ GAMEOPTION_MIDI_MODE, \
GAMEOPTION_RGB_RENDERING)
-#define GUIO_JONES_CD_WINDOWS GUIO5(GUIO_MIDIGM, \
- GAMEOPTION_JONES_CDAUDIO, \
- GAMEOPTION_PREFER_DIGITAL_SFX \
- GAMEOPTION_MIDI_MODE, \
+#define GUIO_JONES_CD_WINDOWS GUIO5(GUIO_MIDIGM, \
+ GAMEOPTION_JONES_CDAUDIO, \
+ GAMEOPTION_PREFER_DIGITAL_SFX, \
+ GAMEOPTION_MIDI_MODE, \
GAMEOPTION_RGB_RENDERING)
// Jones in the Fast Lane EGA - English DOS
More information about the Scummvm-git-logs
mailing list