palette stuff removed
This commit is contained in:
parent
2eb7912e65
commit
7a5817b90d
1 changed files with 0 additions and 2 deletions
|
@ -2109,8 +2109,6 @@ void VID_Init (unsigned char *palette)
|
|||
|
||||
vid.maxwarpwidth = WARP_WIDTH;
|
||||
vid.maxwarpheight = WARP_HEIGHT;
|
||||
vid.colormap = host_colormap;
|
||||
vid.fullbright = 256 - LittleLong (*((int *)vid.colormap + 2048));
|
||||
vid_testingmode = 0;
|
||||
|
||||
// GDI doesn't let us remap palette index 0, so we'll remap color
|
||||
|
|
Loading…
Reference in a new issue