aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorOliver Kiehl2002-11-10 17:01:51 +0000
committerOliver Kiehl2002-11-10 17:01:51 +0000
commita413779432b8e0e0c036a0a5c58fd89b82d25b11 (patch)
tree045beb824b56d3559e4f53c0fd98e27da51f96bf /sound
parent20c658bf946d9e4a2c73d82c8fdfc4263c76149b (diff)
downloadscummvm-rg350-a413779432b8e0e0c036a0a5c58fd89b82d25b11.tar.gz
scummvm-rg350-a413779432b8e0e0c036a0a5c58fd89b82d25b11.tar.bz2
scummvm-rg350-a413779432b8e0e0c036a0a5c58fd89b82d25b11.zip
oops
svn-id: r5504
Diffstat (limited to 'sound')
-rw-r--r--sound/mixer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/mixer.cpp b/sound/mixer.cpp
index 9222198c6f..dde49f6a00 100644
--- a/sound/mixer.cpp
+++ b/sound/mixer.cpp
@@ -295,8 +295,8 @@ SoundMixer::ChannelRaw::ChannelRaw(SoundMixer * mixer, void * sound, uint32 size
_size = _size >> 1;
if (flags & FLAG_LOOP) {
- _loop_ptr = sound;
- _loop_size = size;
+ _loop_ptr = _ptr;
+ _loop_size = _size;
}
}