diff options
author | Henrik "Henke37" Andersson | 2019-09-28 23:22:46 +0200 |
---|---|---|
committer | Filippos Karapetis | 2019-09-29 19:34:16 +0300 |
commit | d7a9080b42ea14d18a9a1f4d25519278c5f852fc (patch) | |
tree | 093394a132bcf8d7acc969e55a35831de8eff4db /engines/titanic | |
parent | 7b68555626579a3f0c3e701c5916fec3a3f34c09 (diff) | |
download | scummvm-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')
-rw-r--r-- | engines/titanic/detection_tables.h | 4 |
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) }, }, |