From 1f39deb176432116d52c508a7877e22fa0922660 Mon Sep 17 00:00:00 2001 From: Henrik "Henke37" Andersson Date: Thu, 26 Sep 2019 22:58:03 +0200 Subject: SUPERNOVA: The game doesn't use MIDI, mark it as such. --- engines/supernova/detection.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'engines') diff --git a/engines/supernova/detection.cpp b/engines/supernova/detection.cpp index 86393a07cd..df0c796b49 100644 --- a/engines/supernova/detection.cpp +++ b/engines/supernova/detection.cpp @@ -63,7 +63,7 @@ static const ADGameDescription gameDescriptions[] = { Common::DE_DEU, Common::kPlatformDOS, ADGF_TESTING, - GUIO1(GAMEOPTION_IMPROVED) + GUIO2(GAMEOPTION_IMPROVED, GUIO_NOMIDI) }, { "msn1", @@ -72,7 +72,7 @@ static const ADGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformDOS, ADGF_TESTING, - GUIO1(GAMEOPTION_IMPROVED) + GUIO2(GAMEOPTION_IMPROVED, GUIO_NOMIDI) }, // Mission Supernova 2 { @@ -82,7 +82,7 @@ static const ADGameDescription gameDescriptions[] = { Common::DE_DEU, Common::kPlatformDOS, ADGF_TESTING, - GUIO1(GAMEOPTION_IMPROVED) + GUIO2(GAMEOPTION_IMPROVED, GUIO_NOMIDI) }, { "msn2", @@ -91,7 +91,7 @@ static const ADGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformDOS, ADGF_TESTING, - GUIO1(GAMEOPTION_IMPROVED) + GUIO2(GAMEOPTION_IMPROVED, GUIO_NOMIDI) }, AD_TABLE_END_MARKER }; -- cgit v1.2.3