diff --git a/sc2/src/sc2code/libs/graphics/sdl/pure.c b/sc2/src/sc2code/libs/graphics/sdl/pure.c index 1e3b5ac80..065e8b306 100644 --- a/sc2/src/sc2code/libs/graphics/sdl/pure.c +++ b/sc2/src/sc2code/libs/graphics/sdl/pure.c @@ -87,7 +87,7 @@ TFB_Pure_InitGraphics (int driver, int flags, int width, int height, int bpp) fprintf (stderr, "Screen resolution of %dx%d not supported under pure SDL, using 640x480\n", width, height); } - //videomode_flags |= SDL_ANYFORMAT; + videomode_flags |= SDL_ANYFORMAT; if (flags & TFB_GFXFLAGS_FULLSCREEN) videomode_flags |= SDL_FULLSCREEN;