diff options
author | Henrik "Henke37" Andersson | 2019-09-28 03:07:29 +0200 |
---|---|---|
committer | Filippos Karapetis | 2019-09-29 19:34:16 +0300 |
commit | 2f3549cad46437c6e3b474b2744787a4d7494518 (patch) | |
tree | c702a7744869ba796ee9624c49cf2e139097b9f0 /engines/plumbers | |
parent | 5fa83b28392d7829a3ff7bb3665c136071c75517 (diff) | |
download | scummvm-rg350-2f3549cad46437c6e3b474b2744787a4d7494518.tar.gz scummvm-rg350-2f3549cad46437c6e3b474b2744787a4d7494518.tar.bz2 scummvm-rg350-2f3549cad46437c6e3b474b2744787a4d7494518.zip |
PLUMBERS: The "game" doesn't use MIDI, mark it as such.
Diffstat (limited to 'engines/plumbers')
-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) }, */ |