]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_main.c
removed unused 'minlight' option from dlight struct, and made muzzleflash light maller
[xonotic/darkplaces.git] / cl_main.c
index e0ee1093426ec1f21af9639df040c8d648ed6227..2656281a43a40755ce3b31f752876a8cf4062e1b 100644 (file)
--- a/cl_main.c
+++ b/cl_main.c
@@ -537,8 +537,7 @@ void CL_RelinkEntities (void)
                        AngleVectors (ent->angles, fv, rv, uv);
                         
                        VectorMA (dl->origin, 18, fv, dl->origin);
-                       dl->radius = 200 + (rand()&31);
-                       dl->minlight = 32;
+                       dl->radius = 100 + (rand()&31);
                        dl->die = cl.time + 0.1;
                        dl->color[0] = 1.0;dl->color[1] = 1.0;dl->color[2] = 1.0;
                }