[quake3-commits] r2012 - trunk/code/cgame

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Jun 6 12:55:38 EDT 2011


Author: tma
Date: 2011-06-06 12:55:38 -0400 (Mon, 06 Jun 2011)
New Revision: 2012

Modified:
   trunk/code/cgame/cg_predict.c
Log:
* Remove misleading comment

Modified: trunk/code/cgame/cg_predict.c
===================================================================
--- trunk/code/cgame/cg_predict.c	2011-06-06 15:08:00 UTC (rev 2011)
+++ trunk/code/cgame/cg_predict.c	2011-06-06 16:55:38 UTC (rev 2012)
@@ -186,7 +186,6 @@
 			continue;
 		}
 
-		// Ensiform : Trivial change to use the projected origin & angles of moving water based entities.
 		contents |= trap_CM_TransformedPointContents( point, cmodel, cent->lerpOrigin, cent->lerpAngles );
 	}
 



More information about the quake3-commits mailing list