mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-29 16:21:46 +00:00
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:
parent
ab1aadfe64
commit
08ae0f5305
4 changed files with 61 additions and 81 deletions
|
@ -259,14 +259,9 @@ void CL_ParseTEnt (void)
|
|||
dl->radius = 350;
|
||||
dl->die = cl.time + 0.5;
|
||||
dl->decay = 300;
|
||||
// dl->color[0] = 0.2;
|
||||
// dl->color[1] = 0.1;
|
||||
// dl->color[2] = 0.05;
|
||||
// dl->color[3] = 0.7;
|
||||
dl->color[0] = 0.8;
|
||||
dl->color[1] = 0.2;
|
||||
dl->color[2] = 0.8;
|
||||
dl->color[3] = 1;
|
||||
dl->color[0] = 0.86;
|
||||
dl->color[1] = 0.31;
|
||||
dl->color[2] = 0.24;
|
||||
|
||||
// sound
|
||||
S_StartSound (-1, 0, cl_sfx_r_exp3, pos, 1, 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue