[Fix] Forgot to exit alut.

This commit is contained in:
Allanis 2013-06-09 16:21:37 +01:00
parent 12eae87db9
commit ebb67fd966

View File

@ -255,6 +255,8 @@ void sound_exit(void) {
soundUnlock(); soundUnlock();
SDL_DestroyMutex(sound_lock); SDL_DestroyMutex(sound_lock);
} }
// Cya alut!
alutExit();
} }
// Get the buffer to sound of [name]. // Get the buffer to sound of [name].