Added SDL_CloseAudio and QuitSound call.

This commit is contained in:
johns 2000-06-03 19:36:25 +00:00
parent 856185fcab
commit b09a9e374b

View file

@ -1119,6 +1119,17 @@ global int InitSoundServer()
return 0;
}
/**
** Cleanup sound server.
*/
global void QuitSound(void)
{
#ifdef USE_SDLA
SDL_CloseAudio();
#else
// FIXME: cleanup code
#endif
}
#endif // } WITH_SOUND