Fixed comment in server.h (ent->v.absmax to ent->r.absmax).

This commit is contained in:
Zack Middleton 2012-06-18 22:25:35 +00:00
parent 5b25b3469b
commit 2a4f775d6c
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