mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
Fix lightning beams missing with full csqc.
This commit is contained in:
parent
317df647ac
commit
4decec980e
1 changed files with 1 additions and 0 deletions
|
@ -6112,6 +6112,7 @@ static void PF_cs_addentities(void)
|
|||
|
||||
if ((mask & MASK_ENGINE) && qcvm->worldmodel)
|
||||
{
|
||||
CL_UpdateTEnts();
|
||||
for (i=1,ent=cl.entities+1 ; i<cl.num_entities ; i++,ent++)
|
||||
{
|
||||
if (!ent->model)
|
||||
|
|
Loading…
Reference in a new issue