From 858c90d9da8834f3124e69621dd58d94f7b196cb Mon Sep 17 00:00:00 2001 From: divverent Date: Tue, 26 May 2009 08:30:50 +0000 Subject: [PATCH] give blood stains back git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8990 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 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) -- 2.39.2