proper audio shutdown

This commit is contained in:
ekeeke31 2009-05-06 14:59:43 +00:00
parent a54f743cb4
commit 64676a0b45

View File

@ -86,6 +86,10 @@ void gx_audio_Init(void)
void gx_audio_Shutdown(void)
{
PauseOgg(1);
StopOgg();
ASND_Pause(1);
ASND_End();
if (Bg_music_ogg) free(Bg_music_ogg);
}