mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
beam fix
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@357 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
0524b0115a
commit
4c2123484c
1 changed files with 1 additions and 1 deletions
|
@ -2969,7 +2969,7 @@ void DrawParticleTypes (void texturedparticles(particle_t *,part_type_t*), void
|
|||
p->vel[1] *= 0.8;
|
||||
p->vel[2] *= 0.8;
|
||||
|
||||
if (!*type->texname && Length(p->vel)<1000*pframetime)
|
||||
if (!*type->texname && Length(p->vel)<1000*pframetime && !ptype->isbeam)
|
||||
p->die = -1;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue