diff options
Diffstat (limited to 'engines/mutationofjb')
-rw-r--r-- | engines/mutationofjb/detection.cpp | 4 |
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 }; |