mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-01-22 16:01:25 +00:00
bring location lights up to scratch with the new dlight defaults
This commit is contained in:
parent
d57764745e
commit
ac94074b13
1 changed files with 2 additions and 0 deletions
|
@ -910,7 +910,9 @@ R_ShowNearestLoc (void)
|
|||
VectorCopy (nearloc->loc, dl->origin);
|
||||
dl->radius = 200;
|
||||
dl->die = cl.time + 0.1;
|
||||
dl->color[0]=0;
|
||||
dl->color[1]=1;
|
||||
dl->color[2]=0;
|
||||
|
||||
VectorCopy(nearloc->loc,trueloc);
|
||||
R_RunSpikeEffect(trueloc,7);
|
||||
|
|
Loading…
Reference in a new issue