aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorHenrik "Henke37" Andersson2019-09-26 22:58:03 +0200
committerFilippos Karapetis2019-09-29 19:34:16 +0300
commit1f39deb176432116d52c508a7877e22fa0922660 (patch)
tree381d909ec20043c26bd398f66fcc6c7bb70c7e67 /engines
parent550c8c8201901c911e5deaccf36ebef961986ba9 (diff)
downloadscummvm-rg350-1f39deb176432116d52c508a7877e22fa0922660.tar.gz
scummvm-rg350-1f39deb176432116d52c508a7877e22fa0922660.tar.bz2
scummvm-rg350-1f39deb176432116d52c508a7877e22fa0922660.zip
SUPERNOVA: The game doesn't use MIDI, mark it as such.
Diffstat (limited to 'engines')
-rw-r--r--engines/supernova/detection.cpp8
1 files changed, 4 insertions, 4 deletions
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
};