From 7fbb3e05597e88d0421af2f720ec7d136605836e Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 21 Dec 2003 01:17:03 +0000 Subject: Cleaned up SoundMixer::newStream() a bit (I plan to replace all usages of this by playInputStream(), this cleanup eases this a bit) svn-id: r11803 --- 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 eda2df16ad..1f70419c81 100644 --- a/sound/mixer.h +++ b/sound/mixer.h @@ -111,7 +111,7 @@ public: /** Start a new stream. */ - void newStream(PlayingSoundHandle *handle, void *sound, uint32 size, uint rate, byte flags, uint32 buffer_size, byte volume = 255, int8 pan = 0); + void newStream(PlayingSoundHandle *handle, uint rate, byte flags, uint32 buffer_size, byte volume = 255, int8 pan = 0); /** Append to an existing stream. */ void appendStream(PlayingSoundHandle handle, void *sound, uint32 size); -- cgit v1.2.3