forked from speed-dreams/speed-dreams-code
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:
parent
9c425a116c
commit
a277b33296
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue