Home | History | Annotate | Download | only in WinQuake

Lines Matching refs:dl

122 	dlight_t	*dl;

199 dl = CL_AllocDlight (0);
200 VectorCopy (pos, dl->origin);
201 dl->radius = 350;
202 dl->die = cl.time + 0.5;
203 dl->decay = 300;
255 dl = CL_AllocDlight (0);
256 VectorCopy (pos, dl->origin);
257 dl->radius = 350;
258 dl->die = cl.time + 0.5;
259 dl->decay = 300;
282 dl = CL_AllocDlight (-1);
283 VectorCopy (endpos, dl->origin);
284 dl->radius = 350;
285 dl->die = cl.time + 0.5;
286 dl->decay = 300;