* Remove misleading comment

This commit is contained in:
Tim Angus 2011-06-06 16:55:38 +00:00
parent f5deb4a88b
commit b921058a9f

View file

@ -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 );
}