mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-27 05:32:45 +00:00
fix for offset mixer size
svn-id: r5084
This commit is contained in:
parent
9e0906c723
commit
121e26cf51
@ -4954,7 +4954,7 @@ void IMuseDigital::handler() {
|
||||
if ((new_size != mixer_size) && (_channel[l]._isLoop == true)) {
|
||||
_channel[l]._offset = _channel[l]._jump[0]._dest + (mixer_size - new_size);
|
||||
} else {
|
||||
_channel[l]._offset += _channel[l]._mixerSize;
|
||||
_channel[l]._offset += mixer_size;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user