* Bug fix to collision optimisation (arQon)

This commit is contained in:
Tim Angus 2007-10-06 21:59:17 +00:00
parent 5692e30fa9
commit da8f451263
4 changed files with 44 additions and 3 deletions

View file

@ -1386,7 +1386,7 @@ void CM_TraceThroughPatchCollide( traceWork_t *tw, const struct patchCollide_s *
static cvar_t *cv;
#endif //BSPC
if ( !BoundsIntersect( tw->bounds[0], tw->bounds[1],
if ( !CM_BoundsIntersect( tw->bounds[0], tw->bounds[1],
pc->bounds[0], pc->bounds[1] ) ) {
return;
}