diff options
-rw-r--r-- | scumm/imuse.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/imuse.cpp b/scumm/imuse.cpp index 7d928d2189..91079b9f3f 100644 --- a/scumm/imuse.cpp +++ b/scumm/imuse.cpp @@ -3566,7 +3566,7 @@ void IMuseDriver::part_changed(Part *part, uint16 what) { mc->modulationWheel (part->_modwheel); if (what & pcPan) - mc->panPosition (part->_pan_eff); + mc->panPosition (part->_pan_eff + 0x40); if (what & pcEffectLevel) mc->effectLevel (part->_effect_level); |