aboutsummaryrefslogtreecommitdiff
path: root/engines/mutationofjb
diff options
context:
space:
mode:
authorHenrik "Henke37" Andersson2019-09-28 03:55:06 +0200
committerFilippos Karapetis2019-09-29 19:34:16 +0300
commitb4044a6dc744d6cf68dd19d40d3302489dd923b0 (patch)
treef6094bd69bf8aacf8b3f7013394c9a8a27ff2e2c /engines/mutationofjb
parent2b986c98f271a3230059cbc464c35fc75a897688 (diff)
downloadscummvm-rg350-b4044a6dc744d6cf68dd19d40d3302489dd923b0.tar.gz
scummvm-rg350-b4044a6dc744d6cf68dd19d40d3302489dd923b0.tar.bz2
scummvm-rg350-b4044a6dc744d6cf68dd19d40d3302489dd923b0.zip
MUTATIONOFJB: Mark the game as not using MIDI.
Diffstat (limited to 'engines/mutationofjb')
-rw-r--r--engines/mutationofjb/detection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mutationofjb/detection.cpp b/engines/mutationofjb/detection.cpp
index 6ebfa138e8..c528c726e3 100644
--- a/engines/mutationofjb/detection.cpp
+++ b/engines/mutationofjb/detection.cpp
@@ -54,7 +54,7 @@ static const ADGameDescription mutationofjbDescriptions[] = {
Common::SK_SVK,
Common::kPlatformDOS,
ADGF_CD,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
{
"mutationofjb",
@@ -75,7 +75,7 @@ static const ADGameDescription mutationofjbDescriptions[] = {
Common::DE_DEU,
Common::kPlatformDOS,
ADGF_CD,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
AD_TABLE_END_MARKER
};