mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-02-16 17:12:17 +00:00
IOQ3 commit 2276
This commit is contained in:
parent
f852582b0c
commit
7c0c7720c2
1 changed files with 1 additions and 1 deletions
|
@ -423,7 +423,7 @@ void SV_UnlinkEntity( sharedEntity_t *ent );
|
|||
void SV_LinkEntity( sharedEntity_t *ent );
|
||||
// Needs to be called any time an entity changes origin, mins, maxs,
|
||||
// or solid. Automatically unlinks if needed.
|
||||
// sets ent->v.absmin and ent->v.absmax
|
||||
// sets ent->r.absmin and ent->r.absmax
|
||||
// sets ent->leafnums[] for pvs determination even if the entity
|
||||
// is not solid
|
||||
|
||||
|
|
Loading…
Reference in a new issue