mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2025-01-18 15:11:43 +00:00
Fix #lese in last commit
This commit is contained in:
parent
77d764c457
commit
fe1853477e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue