Diablo-D3 says this is better

This commit is contained in:
theoddone33
2003-06-11 04:36:33 +00:00
parent d2a55a7c67
commit c447beef59

View File

@@ -40,7 +40,7 @@ BOOL sw_start(int width, int height, int req_depth, int FullScreen)
{ {
unsigned int color32, p; unsigned int color32, p;
int i; int i;
Uint32 flags = SDL_DOUBLEBUF | SDL_HWSURFACE | SDL_HWPALETTE; Uint32 flags = SDL_DOUBLEBUF | SDL_SWSURFACE;
DWORD GBitMask; DWORD GBitMask;
flags |= (FullScreen ? SDL_FULLSCREEN : 0); flags |= (FullScreen ? SDL_FULLSCREEN : 0);