Fixed shit commited by myself.

This commit is contained in:
Thilo Schulz 2006-07-30 11:09:45 +00:00
parent 2c14f02ee5
commit c6bf30ea7f

View file

@ -554,7 +554,7 @@ static qboolean GLW_StartDriverAndSetMode( const char *drivername,
static int GLW_SetMode( const char *drivername, int mode, qboolean fullscreen ) static int GLW_SetMode( const char *drivername, int mode, qboolean fullscreen )
{ {
const char* glstring; // bk001130 - from cvs1.17 (mkv) const char* glstring; // bk001130 - from cvs1.17 (mkv)
int sdlcolorbits = 4; int sdlcolorbits;
int colorbits, depthbits, stencilbits; int colorbits, depthbits, stencilbits;
int tcolorbits, tdepthbits, tstencilbits; int tcolorbits, tdepthbits, tstencilbits;
int i = 0; int i = 0;
@ -650,6 +650,7 @@ static int GLW_SetMode( const char *drivername, int mode, qboolean fullscreen )
tstencilbits = 0; tstencilbits = 0;
} }
sdlcolorbits = 4;
if (tcolorbits == 24) if (tcolorbits == 24)
sdlcolorbits = 8; sdlcolorbits = 8;