From 1b82a5b01848ad2c760867d783fc05a4530618ad Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sat, 9 Dec 2000 05:37:25 +0000 Subject: [PATCH] finally found the black water bug!!! forgot to set the color back to the lighting color --- source/gl_sky_clip.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/gl_sky_clip.c b/source/gl_sky_clip.c index 58eb090..d0508fb 100644 --- a/source/gl_sky_clip.c +++ b/source/gl_sky_clip.c @@ -673,6 +673,7 @@ R_DrawSkyChain (msurface_t *sky_chain) sc = sc->texturechain; } } + glColor3ubv (lighthalf_v); #if 0 glDisable (GL_TEXTURE_2D); sc = sky_chain;