Fix 24 bpp, Diablo-D3 gets credit for this one, snax too

This commit is contained in:
theoddone33
2002-07-07 02:51:19 +00:00
parent b41cc38554
commit 723f15262e

View File

@@ -41,9 +41,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 | SDL_ANYFORMAT Uint32 flags = SDL_DOUBLEBUF | SDL_HWSURFACE | SDL_HWPALETTE;
;
DWORD GBitMask; DWORD GBitMask;
p = BitConv32Ptr; p = BitConv32Ptr;