Skip to content

Commit

Permalink
* Remove misleading comment
Browse files Browse the repository at this point in the history
  • Loading branch information
timangus committed Jun 6, 2011
1 parent f5deb4a commit b921058
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/cgame/cg_predict.c
Expand Up @@ -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 );
}

Expand Down

0 comments on commit b921058

Please sign in to comment.