From 5c17c0f7a7aeb752d4c9c4dd73108a93292c1b61 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 6 Jul 2003 01:43:40 +0000 Subject: cleanup to the mixer helper proc interface and to ChannelStream svn-id: r8785 --- sound/mixer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound/mixer.h') 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); -- cgit v1.2.3