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
This commit is contained in:
ghaushe
2003-02-03 21:29:08 +00:00
parent f4fd9c74ae
commit e2ef3fffb4
+1 -1
View File
@@ -49,7 +49,7 @@ TFBSound_GetError (void)
*/ */
void void
TFBSound_GenSources (uint32 n, mixSDL_Object *psrcobj) TFBSound_GenSources (uint32 n, TFBSound_Object *psrcobj)
{ {
if (SoundDriver == TFB_SOUNDDRIVER_OPENAL) if (SoundDriver == TFB_SOUNDDRIVER_OPENAL)
alGenSources (n, (ALuint *)psrcobj); alGenSources (n, (ALuint *)psrcobj);