mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-03-24 08:51:58 +00:00
Removing extra line - uh
This commit is contained in:
parent
c0f3a85970
commit
5da01d2b9b
1 changed files with 0 additions and 1 deletions
|
@ -2279,7 +2279,6 @@ void VID_Init (unsigned char *palette)
|
|||
vid.maxwarpwidth = WARP_WIDTH;
|
||||
vid.maxwarpheight = WARP_HEIGHT;
|
||||
vid.colormap = host_colormap;
|
||||
// vid.fullbright = 256 - (*((int *)vid.colormap + 2048));
|
||||
vid.fullbright = 256 - LittleLong (*((int *)vid.colormap + 2048));
|
||||
vid_testingmode = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue