aboutsummaryrefslogtreecommitdiff
path: root/sound/mixer.h
diff options
context:
space:
mode:
authorMax Horn2003-07-06 01:43:40 +0000
committerMax Horn2003-07-06 01:43:40 +0000
commit5c17c0f7a7aeb752d4c9c4dd73108a93292c1b61 (patch)
tree5ef278ee5ee97098f892ab074f3bf83cbce5a4dd /sound/mixer.h
parent0e9c6de1c48b112ec5749486e1cdc3e0d54c1c83 (diff)
downloadscummvm-rg350-5c17c0f7a7aeb752d4c9c4dd73108a93292c1b61.tar.gz
scummvm-rg350-5c17c0f7a7aeb752d4c9c4dd73108a93292c1b61.tar.bz2
scummvm-rg350-5c17c0f7a7aeb752d4c9c4dd73108a93292c1b61.zip
cleanup to the mixer helper proc interface and to ChannelStream
svn-id: r8785
Diffstat (limited to 'sound/mixer.h')
-rw-r--r--sound/mixer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/mixer.h b/sound/mixer.h
index cc281c0458..7f77b456f3 100644
--- a/sound/mixer.h
+++ b/sound/mixer.h
@@ -110,7 +110,7 @@ public:
void stopID(int id);
/** Start a new stream. */
- int newStream(void *sound, uint32 size, uint rate, byte flags, int32 buffer_size);
+ int newStream(void *sound, uint32 size, uint rate, byte flags, uint32 buffer_size);
/** Append to an existing stream. */
void appendStream(int index, void * sound, uint32 size);