From 9de39e106bf49f8eff374e1c44fa6b92167cb0b6 Mon Sep 17 00:00:00 2001 From: "p.kosyh" Date: Sun, 26 Sep 2010 16:03:19 +0000 Subject: [PATCH] fix --- src/sdl-instead/graphics.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sdl-instead/graphics.c b/src/sdl-instead/graphics.c index d2d1e06..550a6e9 100644 --- a/src/sdl-instead/graphics.c +++ b/src/sdl-instead/graphics.c @@ -1123,7 +1123,6 @@ void gfx_video_done(void) if (icon) SDL_FreeSurface(icon); screen = NULL; - vid_modes = NULL; TTF_Quit(); }