git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@357 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
TimeServ 2004-10-19 19:08:42 +00:00
parent 0524b0115a
commit 4c2123484c
1 changed files with 1 additions and 1 deletions

View File

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