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 fc294b5017..b1a5a512f2 100644 --- a/scumm/imuse.cpp +++ b/scumm/imuse.cpp @@ -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;  			}  		}  	} | 
