particle fix

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@387 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
TimeServ 2004-10-29 07:54:11 +00:00
parent eb4b6fff0f
commit cb66a2e005

View file

@ -2046,8 +2046,8 @@ int R_RocketTrail (vec3_t start, vec3_t end, int type, trailstate_t *ts)
p->alpha = ptype->alpha;
p->color = 0;
if (ptype->spawnmode == SM_TRACER)
tcount = (int)(len * ptype->count);
// if (ptype->spawnmode == SM_TRACER)
tcount = (int)(len * ptype->count);
if (ptype->colorindex >= 0)
{