diff options
author | Henrik "Henke37" Andersson | 2019-09-26 01:52:52 +0200 |
---|---|---|
committer | Filippos Karapetis | 2019-09-29 19:34:16 +0300 |
commit | 1d96322f4422a4d35418416d4381ff2936fa0f5d (patch) | |
tree | 0c7c8336f357aaf6dde9072a98956753ffb178c1 /engines/avalanche | |
parent | 41a1d446dd8be2805f8d00ee39d184ba4fdca600 (diff) | |
download | scummvm-rg350-1d96322f4422a4d35418416d4381ff2936fa0f5d.tar.gz scummvm-rg350-1d96322f4422a4d35418416d4381ff2936fa0f5d.tar.bz2 scummvm-rg350-1d96322f4422a4d35418416d4381ff2936fa0f5d.zip |
AVALANCHE: This game doesn't use midi. Mark it as such.
Diffstat (limited to 'engines/avalanche')
-rw-r--r-- | engines/avalanche/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/avalanche/detection.cpp b/engines/avalanche/detection.cpp index 81f9688ab6..add9075f49 100644 --- a/engines/avalanche/detection.cpp +++ b/engines/avalanche/detection.cpp @@ -67,7 +67,7 @@ static const ADGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, - GUIO0() + GUIO1(GUIO_NOMIDI) }, AD_TABLE_END_MARKER |