mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
Remove a redundant assignment.
This commit is contained in:
parent
9defba8d92
commit
e65d1a7ccf
1 changed files with 0 additions and 3 deletions
|
@ -229,14 +229,11 @@ R_StoreEfrags (const efrag_t *pefrag)
|
|||
case mod_alias:
|
||||
case mod_brush:
|
||||
case mod_sprite:
|
||||
pent = pefrag->entity;
|
||||
|
||||
if (pent->visframe != r_framecount) {
|
||||
R_EnqueueEntity (pent);
|
||||
// mark that we've recorded this entity for this frame
|
||||
pent->visframe = r_framecount;
|
||||
}
|
||||
|
||||
pefrag = pefrag->leafnext;
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in a new issue