From 88afce3b344f4f271c771c1c674c41e327c6c625 Mon Sep 17 00:00:00 2001 From: havoc Date: Mon, 2 Mar 2009 03:47:39 +0000 Subject: [PATCH] remove a debug line git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8769 d7cf8633-e32d-0410-b094-e92efae38249 --- cl_particles.c | 1 - 1 file changed, 1 deletion(-) diff --git a/cl_particles.c b/cl_particles.c index cb3585c3..14d3c498 100644 --- a/cl_particles.c +++ b/cl_particles.c @@ -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) -- 2.39.2