diff options
-rw-r--r-- | engines/chewy/detection.cpp | 6 |
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) }, }, |