New cvar: gl_colorlights, default 1 for GL_RBGA lightmaps, set to 0 for

GL_LUMINANCE lightmaps.  This is a CVAR_ROM.
This commit is contained in:
Joseph Carter 2000-05-25 04:16:41 +00:00
parent ab1aadfe64
commit 08ae0f5305
4 changed files with 61 additions and 81 deletions

View file

@ -1051,7 +1051,6 @@ void CL_MuzzleFlash (void)
dl->color[0] = 0.2;
dl->color[1] = 0.1;
dl->color[2] = 0.05;
dl->color[3] = 0.7;
}