[quake3-commits] r2276 - trunk/code/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Jun 18 18:25:35 EDT 2012


Author: ztm
Date: 2012-06-18 18:25:35 -0400 (Mon, 18 Jun 2012)
New Revision: 2276

Modified:
   trunk/code/server/server.h
Log:
Fixed comment in server.h (ent->v.absmax to ent->r.absmax).

Modified: trunk/code/server/server.h
===================================================================
--- trunk/code/server/server.h	2012-06-18 20:38:24 UTC (rev 2275)
+++ trunk/code/server/server.h	2012-06-18 22:25:35 UTC (rev 2276)
@@ -423,7 +423,7 @@
 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
 



More information about the quake3-commits mailing list