Removing extra line - uh

This commit is contained in:
Danne 2000-05-21 12:40:05 +00:00
parent c0f3a85970
commit 5da01d2b9b

View file

@ -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;