]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
remove a debug line
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 2 Mar 2009 03:47:39 +0000 (03:47 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 2 Mar 2009 03:47:39 +0000 (03:47 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8769 d7cf8633-e32d-0410-b094-e92efae38249

cl_particles.c

index cb3585c394cdebb88e415f9e8d2068b1cf5158a2..14d3c498bb4cf4a77a09c76c7b5956accabc2925 100644 (file)
@@ -624,7 +624,6 @@ void CL_SpawnDecalParticleForSurface(int hitent, const vec3_t org, const vec3_t
                                decal->clusterindex = leaf->clusterindex;
                }
        }
-       Con_Printf("hitent=%i clusterindex=%i\n", hitent, decal->clusterindex);
 }
 
 void CL_SpawnDecalParticleForPoint(const vec3_t org, float maxdist, float size, float alpha, int texnum, int color1, int color2)