mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +00:00
More QSG2 work.
This commit is contained in:
parent
beb6219072
commit
7bf16df448
5 changed files with 57 additions and 70 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue