SDL_ANYFORMAT uncommented (was commented out by mistake)

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@675 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2003-02-05 01:31:56 +00:00
parent 54e97e3bca
commit 4f006f65f0
+1 -1
View File
@@ -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;