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:
Spoike 2018-03-29 18:34:07 +00:00
parent 8c02fb26b3
commit be555f7375
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}