From 332a438ccf0b2def3237f69661e836c7ed444d7a Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Wed, 24 Nov 2010 11:26:48 +0000 Subject: SCI: Added a TODO for the default reverb value svn-id: r54454 --- engines/sci/sound/drivers/midi.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines') 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; -- cgit v1.2.3