From: divverent Date: Tue, 26 May 2009 08:30:50 +0000 (+0000) Subject: give blood stains back X-Git-Tag: xonotic-v0.1.0preview~1629 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=858c90d9da8834f3124e69621dd58d94f7b196cb;p=xonotic%2Fdarkplaces.git give blood stains back git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8990 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/cl_particles.c b/cl_particles.c index d31e9cdb..b5db4f16 100644 --- a/cl_particles.c +++ b/cl_particles.c @@ -2475,7 +2475,7 @@ void R_DrawParticles (void) // blood - splash on solid if (trace.hitq3surfaceflags & Q3SURFACEFLAG_NOMARKS) goto killparticle; - if(p->staintexnum == -1 && p->staincolor < 0) // staintex < -1 means no stains at all + if(p->staintexnum == -1) // staintex < -1 means no stains at all { R_Stain(p->org, 16, 64, 16, 16, (int)(p->alpha * p->size * (1.0f / 80.0f)), 64, 32, 32, (int)(p->alpha * p->size * (1.0f / 80.0f))); if (cl_decals.integer)