aboutsummaryrefslogtreecommitdiff
path: root/engines/chewy
diff options
context:
space:
mode:
authorHenrik "Henke37" Andersson2019-09-26 02:31:36 +0200
committerFilippos Karapetis2019-09-29 19:34:16 +0300
commitfb79c7893046a2fa0d1c48f805beb7b260417dd1 (patch)
tree4636b6ba65eacd3c08e8ad4baa41e4c5445125bd /engines/chewy
parent196bb91dcccd4ebccfe6afe1d61ef8caf494f9f2 (diff)
downloadscummvm-rg350-fb79c7893046a2fa0d1c48f805beb7b260417dd1.tar.gz
scummvm-rg350-fb79c7893046a2fa0d1c48f805beb7b260417dd1.tar.bz2
scummvm-rg350-fb79c7893046a2fa0d1c48f805beb7b260417dd1.zip
CHEWY: The game doesn't use MIDI for the music, mark it as such.
Diffstat (limited to 'engines/chewy')
-rw-r--r--engines/chewy/detection.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/chewy/detection.cpp b/engines/chewy/detection.cpp
index b582e83607..75176c940a 100644
--- a/engines/chewy/detection.cpp
+++ b/engines/chewy/detection.cpp
@@ -67,7 +67,7 @@ static const ChewyGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformDOS,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
},
@@ -84,7 +84,7 @@ static const ChewyGameDescription gameDescriptions[] = {
Common::DE_DEU,
Common::kPlatformDOS,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
},
@@ -101,7 +101,7 @@ static const ChewyGameDescription gameDescriptions[] = {
Common::DE_DEU,
Common::kPlatformDOS,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
},