diff --git a/code/cgame/cg_predict.c b/code/cgame/cg_predict.c index 22ea78b5..2da4e034 100644 --- a/code/cgame/cg_predict.c +++ b/code/cgame/cg_predict.c @@ -186,7 +186,6 @@ int CG_PointContents( const vec3_t point, int passEntityNum ) { 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 ); }