From 644a9a5c132c974f1eba782d102f1a16fd16c403 Mon Sep 17 00:00:00 2001 From: havoc Date: Sat, 15 Jan 2005 02:09:46 +0000 Subject: [PATCH] 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 --- cl_parse.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: -- 2.39.2