fix bug created by r5221
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5230 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
8c02fb26b3
commit
be555f7375
1 changed files with 1 additions and 1 deletions
|
@ -1300,7 +1300,7 @@ static void PF_R_DynamicLight_AddInternal(pubprogfuncs_t *prinst, struct globalv
|
|||
else
|
||||
{
|
||||
dl = CL_AllocDlight(dlkey);
|
||||
dl->die = cl.time + 0.1;
|
||||
dl->die = cl.time - 0.1;
|
||||
dl->flags = LFLAG_DYNAMIC;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue