From 2f3549cad46437c6e3b474b2744787a4d7494518 Mon Sep 17 00:00:00 2001 From: Henrik "Henke37" Andersson Date: Sat, 28 Sep 2019 03:07:29 +0200 Subject: PLUMBERS: The "game" doesn't use MIDI, mark it as such. --- engines/plumbers/detection.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines') diff --git a/engines/plumbers/detection.cpp b/engines/plumbers/detection.cpp index b890bfcda7..7f8e350465 100644 --- a/engines/plumbers/detection.cpp +++ b/engines/plumbers/detection.cpp @@ -49,7 +49,7 @@ static const ADGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformWindows, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOMIDI) }, /* @@ -61,7 +61,7 @@ static const ADGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatform3DO, ADGF_UNSTABLE, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOMIDI) }, */ -- cgit v1.2.3