Removed redundant assignment.

This commit is contained in:
Thilo Schulz 2006-04-20 11:26:27 +00:00
parent c552a46e5f
commit d18f7bb738

View file

@ -625,7 +625,6 @@ static int GLW_SetMode( const char *drivername, int mode, qboolean fullscreen )
tstencilbits = 0;
}
sdlcolorbits = 4;
if (tcolorbits == 24)
sdlcolorbits = 8;