0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-02-17 17:31:28 +00:00

more PARANOID nukage

This commit is contained in:
Bill Currie 2001-11-29 07:04:31 +00:00
parent 72e2e871f8
commit 95fe4d07b1
3 changed files with 0 additions and 24 deletions
nq/source
qw/source

View file

@ -540,14 +540,6 @@ SV_RecursiveHullCheck (hull_t *hull, int num, float p1f, float p2f, vec3_t p1,
p1f, midf, p1, mid, trace))
return false;
#ifdef PARANOID
if (SV_HullPointContents (hull, mid, node->children[side])
== CONTENTS_SOLID) {
Con_Printf ("mid PointInHullSolid\n");
return false;
}
#endif
if (SV_HullPointContents (hull, node->children[side ^ 1], mid)
!= CONTENTS_SOLID) {
// go past the node

View file

@ -220,14 +220,6 @@ PM_RecursiveHullCheck (hull_t *hull, int num, float p1f, float p2f, vec3_t p1,
p1f, midf, p1, mid, trace))
return false;
#ifdef PARANOID
if (PM_HullPointContents (hull, mid, node->children[side])
== CONTENTS_SOLID) {
Con_Printf ("mid PointInHullSolid\n");
return false;
}
#endif
if (PM_HullPointContents (hull, node->children[side ^ 1], mid)
!= CONTENTS_SOLID) {
// go past the node

View file

@ -539,14 +539,6 @@ SV_RecursiveHullCheck (hull_t *hull, int num, float p1f, float p2f, vec3_t p1,
p1f, midf, p1, mid, trace))
return false;
#ifdef PARANOID
if (SV_HullPointContents (hull, mid, node->children[side])
== CONTENTS_SOLID) {
SV_Printf ("mid PointInHullSolid\n");
return false;
}
#endif
if (SV_HullPointContents (hull, node->children[side ^ 1], mid)
!= CONTENTS_SOLID) {
// go past the node