Fix #lese in last commit

This commit is contained in:
Thilo Schulz 2011-06-16 22:20:03 +00:00
parent 77d764c457
commit fe1853477e
1 changed files with 1 additions and 1 deletions

View File

@ -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;