From fb79c7893046a2fa0d1c48f805beb7b260417dd1 Mon Sep 17 00:00:00 2001 From: Henrik "Henke37" Andersson Date: Thu, 26 Sep 2019 02:31:36 +0200 Subject: CHEWY: The game doesn't use MIDI for the music, mark it as such. --- engines/chewy/detection.cpp | 6 +++--- 1 file 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) }, }, -- cgit v1.2.3