From: havoc Date: Sat, 15 Jan 2005 02:09:46 +0000 (+0000) Subject: nexbeam is now white and 8 units wide (rather than two beams, one 12 units and one... X-Git-Tag: xonotic-v0.1.0preview~5213 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=644a9a5c132c974f1eba782d102f1a16fd16c403;p=xonotic%2Fdarkplaces.git nexbeam is now white and 8 units wide (rather than two beams, one 12 units and one 5 units and each a different color) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4936 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/cl_parse.c b/cl_parse.c index 101dee0f..a0af3961 100644 --- a/cl_parse.c +++ b/cl_parse.c @@ -1278,8 +1278,7 @@ void CL_ParseTempEntity(void) MSG_ReadVector(pos, cl.protocol); MSG_ReadVector(pos2, cl.protocol); MSG_ReadVector(dir, cl.protocol); - CL_BeamParticle(pos, pos2, 12, 1, 0.3, 0.1, 1, 1); - CL_BeamParticle(pos, pos2, 5, 1, 0.9, 0.3, 1, 1); + CL_BeamParticle(pos, pos2, 8, 1, 1, 1, 1, 1); break; case TE_TEI_SMOKE: