aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/detection_tables.h
diff options
context:
space:
mode:
authorHenrik "Henke37" Andersson2019-09-28 23:22:46 +0200
committerFilippos Karapetis2019-09-29 19:34:16 +0300
commitd7a9080b42ea14d18a9a1f4d25519278c5f852fc (patch)
tree093394a132bcf8d7acc969e55a35831de8eff4db /engines/titanic/detection_tables.h
parent7b68555626579a3f0c3e701c5916fec3a3f34c09 (diff)
downloadscummvm-rg350-d7a9080b42ea14d18a9a1f4d25519278c5f852fc.tar.gz
scummvm-rg350-d7a9080b42ea14d18a9a1f4d25519278c5f852fc.tar.bz2
scummvm-rg350-d7a9080b42ea14d18a9a1f4d25519278c5f852fc.zip
TITANIC: This game doesn't use MIDI, mark it as such.
Diffstat (limited to 'engines/titanic/detection_tables.h')
-rw-r--r--engines/titanic/detection_tables.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/detection_tables.h b/engines/titanic/detection_tables.h
index 1d68537430..da76af2d11 100644
--- a/engines/titanic/detection_tables.h
+++ b/engines/titanic/detection_tables.h
@@ -32,7 +32,7 @@ static const TitanicGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformWindows,
0,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
},
@@ -45,7 +45,7 @@ static const TitanicGameDescription gameDescriptions[] = {
Common::DE_DEU,
Common::kPlatformWindows,
0,
- GUIO1(GUIO_NONE)
+ GUIO1(GUIO_NOMIDI)
},
},