]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_particles.c
CL_TraceLine can now return what entity was hit (this isn't actually used, and accoun...
[xonotic/darkplaces.git] / cl_particles.c
index 1107913bd1635aad743407410a0d98f32efc3d1e..304eb93756150d473e46e7d89cb810d27e803647 100644 (file)
@@ -858,7 +858,7 @@ void CL_MoveParticles (void)
                VectorCopy(p->org, org);
                if (p->bounce)
                {
-                       if (CL_TraceLine(p->oldorg, p->org, v, normal, 0, true) < 1)
+                       if (CL_TraceLine(p->oldorg, p->org, v, normal, 0, true, NULL) < 1)
                        {
                                VectorCopy(v, p->org);
                                if (p->bounce < 0)