mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
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:
parent
eb4b6fff0f
commit
cb66a2e005
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue