From: havoc Date: Thu, 24 Jul 2003 06:12:03 +0000 (+0000) Subject: quite possibly the smallest ever commit - deleting an obsolete comment X-Git-Tag: xonotic-v0.1.0preview~6493 X-Git-Url: https://git.xonotic.org/?a=commitdiff_plain;h=eaeda65452f1c86d8b825776c971fe55fb234b12;p=xonotic%2Fdarkplaces.git quite possibly the smallest ever commit - deleting an obsolete comment git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3317 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/cl_particles.c b/cl_particles.c index ae4f2e79..51ec6d77 100644 --- a/cl_particles.c +++ b/cl_particles.c @@ -763,7 +763,6 @@ void CL_BloodShower (vec3_t mins, vec3_t maxs, float velspeed, int count) center[0] = (mins[0] + maxs[0]) * 0.5; center[1] = (mins[1] + maxs[1]) * 0.5; center[2] = (mins[2] + maxs[2]) * 0.5; - // FIXME: change velspeed back to 2.0x after fixing mod velscale[0] = velspeed * 2.0 / diff[0]; velscale[1] = velspeed * 2.0 / diff[1]; velscale[2] = velspeed * 2.0 / diff[2];