diff options
-rw-r--r-- | engines/plumbers/detection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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) }, */ |