diff options
-rw-r--r-- | scumm/player_v1.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/player_v1.cpp b/scumm/player_v1.cpp index 84473e85cd..8324b4947f 100644 --- a/scumm/player_v1.cpp +++ b/scumm/player_v1.cpp @@ -524,7 +524,7 @@ void Player_V1::do_mix (int16 *data, uint len) { generatePCjrSamples(data, step); else generateSpkSamples(data, step); - data += step; + data += 2 * step; _next_tick -= step << FIXP_SHIFT; if (!(_next_tick >> FIXP_SHIFT)) { |