More QSG2 work.

This commit is contained in:
Ragnvald Maartmann-Moe IV 2002-09-12 22:09:55 +00:00
parent beb6219072
commit 7bf16df448
5 changed files with 57 additions and 70 deletions

View file

@ -546,7 +546,7 @@ CL_LinkPacketEntities (void)
else if (model->flags & EF_TRACER3)
R_VoorTrail (*ent);
else if (model->flags & EF_GLOWTRAIL)
R_GlowTrail (*ent);
R_GlowTrail (*ent, s1->glow_color);
}
}