From: lordhavoc Date: Mon, 29 Jan 2001 06:49:42 +0000 (+0000) Subject: smoke trails no longer rise (but you could hardly tell anyway, due to their short... X-Git-Tag: RELEASE_0_2_0_RC1~881 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=69db165dbb62537db31cd51daeaec94960bbb454;p=xonotic%2Fdarkplaces.git smoke trails no longer rise (but you could hardly tell anyway, due to their short length) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@139 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/r_part.c b/r_part.c index 04d8ac9a..678e95bd 100644 --- a/r_part.c +++ b/r_part.c @@ -1128,7 +1128,6 @@ void R_DrawParticles (void) break; // LordHavoc: for smoke trails case pt_smoke: - p->vel[2] += gravity * 0.08f; p->scale += frametime * 16; p->alpha -= frametime * 384; if (p->alpha < 16)