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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user