From b4044a6dc744d6cf68dd19d40d3302489dd923b0 Mon Sep 17 00:00:00 2001 From: Henrik "Henke37" Andersson Date: Sat, 28 Sep 2019 03:55:06 +0200 Subject: MUTATIONOFJB: Mark the game as not using MIDI. --- engines/mutationofjb/detection.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/mutationofjb') 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 }; -- cgit v1.2.3