Removed the screen free. It was already been freed before, this could be the cause...
authorRicardo Cruz <rick2@aeiou.pt>
Sun, 9 May 2004 21:44:07 +0000 (21:44 +0000)
committerRicardo Cruz <rick2@aeiou.pt>
Sun, 9 May 2004 21:44:07 +0000 (21:44 +0000)
SVN-Revision: 1060

src/setup.cpp

index 0250ac1..d6318e7 100644 (file)
@@ -668,8 +668,6 @@ void st_video_setup(void)
 
 void st_video_setup_sdl(void)
 {
-  SDL_FreeSurface(screen);
-
   if (use_fullscreen)
     {
       screen = SDL_SetVideoMode(SCREEN_W, SCREEN_H, 0, SDL_FULLSCREEN ) ; /* | SDL_HWSURFACE); */