From 5da01d2b9b181fd346086167b5e941bf8a28bc7b Mon Sep 17 00:00:00 2001 From: Danne Date: Sun, 21 May 2000 12:40:05 +0000 Subject: [PATCH] Removing extra line - uh --- source/vid_mgl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/vid_mgl.c b/source/vid_mgl.c index 25edb40..c1f386e 100644 --- a/source/vid_mgl.c +++ b/source/vid_mgl.c @@ -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;