changeset 973:c08282a937d3

Changed to only uninit SDL Video Subsystem.
author atmosfear
date Sun, 03 Jun 2001 21:02:46 +0000
parents b49f89b3ab2e
children 0d4e4da7c126
files libvo/vo_sdl.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_sdl.c	Sun Jun 03 20:54:46 2001 +0000
+++ b/libvo/vo_sdl.c	Sun Jun 03 21:02:46 2001 +0000
@@ -449,8 +449,8 @@
 	/* DONT attempt to free the fullscreen modes array. SDL_Quit* does this for us */
 	
 	/* Cleanup SDL */
-	SDL_Quit();
-	//SDL_QuitSubSystem(SDL_INIT_VIDEO);
+	//SDL_Quit();
+	SDL_QuitSubSystem(SDL_INIT_VIDEO);
 	/* might have to be changed to quitsubsystem only, if plugins become
 	 * changeable on the fly */