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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user