From eb1c999ad07e0e3b478aa40bbe7fc61b4c0e7a83 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Wed, 9 Mar 2005 13:17:05 +0000 Subject: Use _chorus, not _effect_level, as parameter to chorusLevel(). I don't know for sure that this is correct - the MIDI device I'm using at the moment doesn't seem to support chorus level - but the more I look at it the more sense it makes. And it might fix bug #1159734. ("DOTT/SAM: GM Instrument Chorus Level Improperly Set") svn-id: r17049 --- scumm/imuse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm') diff --git a/scumm/imuse.cpp b/scumm/imuse.cpp index 568314b020..33d70dc57e 100644 --- a/scumm/imuse.cpp +++ b/scumm/imuse.cpp @@ -1617,7 +1617,7 @@ void Part::sendAll() { _mc->effectLevel(_effect_level); if (_instrument.isValid()) _instrument.send(_mc); - _mc->chorusLevel(_effect_level); + _mc->chorusLevel(_chorus); _mc->priority(_pri_eff); } -- cgit v1.2.3