diff options
author | Filippos Karapetis | 2010-11-24 11:26:48 +0000 |
---|---|---|
committer | Filippos Karapetis | 2010-11-24 11:26:48 +0000 |
commit | 332a438ccf0b2def3237f69661e836c7ed444d7a (patch) | |
tree | a7ce65e5cb09d8fa6a65f1bc9f8626ef099585de /engines/sci/sound | |
parent | fcd8a04c64edda33fb6211c79a781ee6dca04b2e (diff) | |
download | scummvm-rg350-332a438ccf0b2def3237f69661e836c7ed444d7a.tar.gz scummvm-rg350-332a438ccf0b2def3237f69661e836c7ed444d7a.tar.bz2 scummvm-rg350-332a438ccf0b2def3237f69661e836c7ed444d7a.zip |
SCI: Added a TODO for the default reverb value
svn-id: r54454
Diffstat (limited to 'engines/sci/sound')
-rw-r--r-- | engines/sci/sound/drivers/midi.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sci/sound/drivers/midi.cpp b/engines/sci/sound/drivers/midi.cpp index 5e79d104ad..2b97cdb704 100644 --- a/engines/sci/sound/drivers/midi.cpp +++ b/engines/sci/sound/drivers/midi.cpp @@ -469,6 +469,8 @@ void MidiPlayer_Midi::readMt32Patch(const byte *data, int size) { setMt32Volume(volume); // Reverb default only used in (roughly) SCI0/SCI01 + // TODO: we need to send this to the MT-32, if it's available. + // Check patch #3117434 _reverb = str->readByte(); _hasReverb = true; |