From 969a5304d11783e7d389054669659e84c2b5fb98 Mon Sep 17 00:00:00 2001 From: havoc Date: Sun, 10 Apr 2005 16:53:42 +0000 Subject: [PATCH] smoke no longer expands over time (eats fillrate and isn't very realistic) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5173 d7cf8633-e32d-0410-b094-e92efae38249 --- cl_particles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cl_particles.c b/cl_particles.c index 08b30339..2ac1966e 100644 --- a/cl_particles.c +++ b/cl_particles.c @@ -1475,7 +1475,7 @@ void CL_MoveParticles (void) p->type = NULL; break; case pt_smoke: - p->size += frametime * 15; + //p->size += frametime * 15; break; case pt_decal: // FIXME: this has fairly wacky handling of alpha -- 2.39.2