From 6b470390f7ca2b17a56e0b79a2b42f4e70309fcb Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 29 Jul 2003 12:39:41 +0000 Subject: cleanup svn-id: r9281 --- 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 6c7e8edf97..47acf99d66 100644 --- a/sound/mixer.h +++ b/sound/mixer.h @@ -84,7 +84,7 @@ public: // start playing a raw sound int playRaw(PlayingSoundHandle *handle, void *sound, uint32 size, uint rate, byte flags, int id = -1); #ifdef USE_MAD - int playMP3(PlayingSoundHandle *handle, void *sound, uint32 size, byte flags); + int playMP3(PlayingSoundHandle *handle, File *file, uint32 size); int playMP3CDTrack(PlayingSoundHandle *handle, File *file, mad_timer_t duration); #endif #ifdef USE_VORBIS -- cgit v1.2.3