Removed redundant assignment.
This commit is contained in:
parent
c552a46e5f
commit
d18f7bb738
1 changed files with 0 additions and 1 deletions
|
@ -625,7 +625,6 @@ 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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue