[Fix] OpenAL was not shut down.

This commit is contained in:
Tamir Atias 2012-04-14 21:34:03 +03:00
parent 905e040f78
commit d7bef996e6

View File

@ -20,6 +20,7 @@
#include "../System/Debug.h"
void Destroy(void) {
Mix_CloseAudio();
DestroyInput();
SDL_FreeSurface(screen);
SDL_Quit();