fix vid modes

This commit is contained in:
p.kosyh 2010-09-26 12:57:07 +00:00
parent 424dbf87b0
commit fc328c3da0

View file

@ -1123,6 +1123,7 @@ void gfx_video_done(void)
if (icon)
SDL_FreeSurface(icon);
screen = NULL;
vid_modes = NULL;
TTF_Quit();
}