From: havoc Date: Tue, 29 Nov 2005 11:57:19 +0000 (+0000) Subject: disabled dlight from scrag and hellknight shots X-Git-Tag: xonotic-v0.1.0preview~4435 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ad9a6451e5c1c50d2cf5859c4782e7e21f2a7c74;p=xonotic%2Fdarkplaces.git disabled dlight from scrag and hellknight shots git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5850 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/cl_main.c b/cl_main.c index 6357034f..f9ba488f 100644 --- a/cl_main.c +++ b/cl_main.c @@ -940,18 +940,18 @@ void CL_LinkNetworkEntity(entity_t *e) else if (e->render.model->flags & EF_TRACER) { trailtype = 3; - dlightradius = max(dlightradius, 100); - dlightcolor[0] += 0.25f; - dlightcolor[1] += 1.00f; - dlightcolor[2] += 0.25f; + //dlightradius = max(dlightradius, 100); + //dlightcolor[0] += 0.25f; + //dlightcolor[1] += 1.00f; + //dlightcolor[2] += 0.25f; } else if (e->render.model->flags & EF_TRACER2) { trailtype = 5; - dlightradius = max(dlightradius, 100); - dlightcolor[0] += 1.00f; - dlightcolor[1] += 0.60f; - dlightcolor[2] += 0.20f; + //dlightradius = max(dlightradius, 100); + //dlightcolor[0] += 1.00f; + //dlightcolor[1] += 0.60f; + //dlightcolor[2] += 0.20f; } else if (e->render.model->flags & EF_ROCKET) {