From fe1853477e8c99253f9cffc816fe9c3b7f52aa41 Mon Sep 17 00:00:00 2001 From: Thilo Schulz Date: Thu, 16 Jun 2011 22:20:03 +0000 Subject: [PATCH] Fix #lese in last commit --- code/cgame/cg_particles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/cgame/cg_particles.c b/code/cgame/cg_particles.c index eb63aadf..c3096e0b 100644 --- a/code/cgame/cg_particles.c +++ b/code/cgame/cg_particles.c @@ -1293,7 +1293,7 @@ void CG_ParticleExplosion (char *animStr, vec3_t origin, vec3_t vel, int duratio p->time = cg.time; #ifdef WOLF_PARTICLES p->alpha = 1.0; -#lese +#else p->alpha = 0.5; #endif p->alphavel = 0;