Added missing Audio flag to SDL_QuitSubSystem()

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5947 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 9e6f8e9bd645994d5869bb4f30c8133ceb9fe94c
Former-commit-id: 1d27cdd7f38f87b1d1505ca2f06e0f08ad6f0855
This commit is contained in:
beaglejoe 2015-04-05 14:07:08 +00:00
parent 9c425a116c
commit a277b33296

View file

@ -879,7 +879,7 @@ void GfScrShutdown(void)
GfLogTrace("Shutting down screen.\n");
// Shutdown SDL video sub-system.
SDL_QuitSubSystem(SDL_INIT_VIDEO);
SDL_QuitSubSystem(SDL_INIT_VIDEO | SDL_INIT_AUDIO);
// If there's an 'in-test' screen properties section in the config file,
// * if the test state is 'to do', do nothing (will be taken care of in next GfScrInit),