From 1d96322f4422a4d35418416d4381ff2936fa0f5d Mon Sep 17 00:00:00 2001 From: Henrik "Henke37" Andersson Date: Thu, 26 Sep 2019 01:52:52 +0200 Subject: AVALANCHE: This game doesn't use midi. Mark it as such. --- engines/avalanche/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') 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 -- cgit v1.2.3