From: lordhavoc Date: Tue, 12 Mar 2002 17:14:29 +0000 (+0000) Subject: more subtle rocket smoke X-Git-Tag: RELEASE_0_2_0_RC1~590 X-Git-Url: http://de.git.xonotic.org/?a=commitdiff_plain;h=fa6366b3bda2aa5dcc3a5b647b6c198a7f624d82;p=xonotic%2Fdarkplaces.git more subtle rocket smoke git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@1632 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/cl_particles.c b/cl_particles.c index cca5a5b6..a9db36b7 100644 --- a/cl_particles.c +++ b/cl_particles.c @@ -727,7 +727,7 @@ void CL_RocketTrail (vec3_t start, vec3_t end, int type, entity_t *ent) //dec = 5; //particle(pt_fade, PARTICLE_BILLBOARD, 0x707070, tex_particle, true, false, dec, dec, 128, 9999, 0, pos[0], pos[1], pos[2], lhrandom(-8, 8), lhrandom(-8, 8), lhrandom(-8, 8), 256.0f, 0, 0, 0, 0, 0); dec = 6; - particle(pt_fade, PARTICLE_BILLBOARD, 0x707070, tex_smoke[rand()&7], true, true, dec, dec, 128, 9999, 0, pos[0], pos[1], pos[2], lhrandom(-5, 5), lhrandom(-5, 5), lhrandom(-5, 5), 256.0f, 0, 0, 0, 0, 0); + particle(pt_fade, PARTICLE_BILLBOARD, 0x404040, tex_smoke[rand()&7], true, true, dec, dec, 128, 9999, 0, pos[0], pos[1], pos[2], lhrandom(-5, 5), lhrandom(-5, 5), lhrandom(-5, 5), 256.0f, 0, 0, 0, 0, 0); //particle(pt_fade, PARTICLE_BILLBOARD, 0x707070, tex_smoke[rand()&7], false, true, dec, dec, 128, 9999, 0, pos[0], pos[1], pos[2], lhrandom(-10, 10), lhrandom(-10, 10), lhrandom(-10, 10), 128.0f, 0, 0, 0, 0, 0); //dec = 10; //particle(pt_smoke, PARTICLE_BILLBOARD, 0x707070, tex_smoke[rand()&7], false, true, 2, 2, 160, 9999, 0, pos[0], pos[1], pos[2], 0, 0, 0, 0, 0, 0, 0, 0, 0);