mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-11 13:45:25 +00:00
Fixed bug with r54485
svn-id: r54488
This commit is contained in:
parent
069309f88a
commit
e793d62c8d
@ -504,7 +504,7 @@ void MidiParser_SCI::parseNextEvent(EventInfo &info) {
|
||||
if (info.basic.param2 == 127) // Set global reverb instead
|
||||
_pSnd->reverb = _music->getGlobalReverb();
|
||||
else
|
||||
_pSnd->reverb = _music->getGlobalReverb();
|
||||
_pSnd->reverb = info.basic.param2;
|
||||
|
||||
((MidiPlayer *)_driver)->setReverb(_pSnd->reverb);
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user