diff options
author | Henrik "Henke37" Andersson | 2019-09-28 01:02:02 +0200 |
---|---|---|
committer | Filippos Karapetis | 2019-09-29 19:34:16 +0300 |
commit | 50e3828fe9418d6a75c6df179272ce10ab6d42e4 (patch) | |
tree | bcef593a7be85342f66be4af299c143d5ca53b4c /engines/voyeur | |
parent | 24e58d88db7d078cb19e1efc2cecb077238e1670 (diff) | |
download | scummvm-rg350-50e3828fe9418d6a75c6df179272ce10ab6d42e4.tar.gz scummvm-rg350-50e3828fe9418d6a75c6df179272ce10ab6d42e4.tar.bz2 scummvm-rg350-50e3828fe9418d6a75c6df179272ce10ab6d42e4.zip |
VOYEUR: The game doesn't use MIDI, mark it as such.
Diffstat (limited to 'engines/voyeur')
-rw-r--r-- | engines/voyeur/detection_tables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/voyeur/detection_tables.h b/engines/voyeur/detection_tables.h index da566ff63d..b6ff2c3a98 100644 --- a/engines/voyeur/detection_tables.h +++ b/engines/voyeur/detection_tables.h @@ -32,7 +32,7 @@ static const VoyeurGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOMIDI) }, }, |