IOQ3 commit 2276

This commit is contained in:
Richard Allen 2012-10-04 15:12:19 +00:00
parent f852582b0c
commit 7c0c7720c2
1 changed files with 1 additions and 1 deletions

View File

@ -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