]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commitdiff
nexbeam is now white and 8 units wide (rather than two beams, one 12 units and one...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 15 Jan 2005 02:09:46 +0000 (02:09 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 15 Jan 2005 02:09:46 +0000 (02:09 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4936 d7cf8633-e32d-0410-b094-e92efae38249

cl_parse.c

index 101dee0fb603dcb9aacdeac8d99970cae53b0b5a..a0af3961b7df3a68e694e72cc9cd3eb1c3a277c7 100644 (file)
@@ -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: