aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sound
diff options
context:
space:
mode:
authorFilippos Karapetis2010-11-24 11:26:48 +0000
committerFilippos Karapetis2010-11-24 11:26:48 +0000
commit332a438ccf0b2def3237f69661e836c7ed444d7a (patch)
treea7ce65e5cb09d8fa6a65f1bc9f8626ef099585de /engines/sci/sound
parentfcd8a04c64edda33fb6211c79a781ee6dca04b2e (diff)
downloadscummvm-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.cpp2
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;