From e2ef3fffb4a2b7b83756fddb42422633645b5bc7 Mon Sep 17 00:00:00 2001 From: ghaushe Date: Mon, 3 Feb 2003 21:29:08 +0000 Subject: [PATCH] correct another function definition mismatch in sound_chooser.c git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@666 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/libs/sound/sound_chooser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/sc2code/libs/sound/sound_chooser.c b/sc2/src/sc2code/libs/sound/sound_chooser.c index fc4ef174d..8e9ba2701 100644 --- a/sc2/src/sc2code/libs/sound/sound_chooser.c +++ b/sc2/src/sc2code/libs/sound/sound_chooser.c @@ -49,7 +49,7 @@ TFBSound_GetError (void) */ void -TFBSound_GenSources (uint32 n, mixSDL_Object *psrcobj) +TFBSound_GenSources (uint32 n, TFBSound_Object *psrcobj) { if (SoundDriver == TFB_SOUNDDRIVER_OPENAL) alGenSources (n, (ALuint *)psrcobj);