Borland fixes

This commit is contained in:
Danne 2000-05-16 13:57:54 +00:00
parent b82af01381
commit 01ab5f4fbe
3 changed files with 3 additions and 2 deletions

View file

@ -750,7 +750,7 @@ void SV_ClipToLinks ( areanode_t *node, moveclip_t *clip )
|| clip->boxmaxs[2] < touch->v.absmin[2] )
continue;
if (clip->passedict && clip->passedict->v.size[0] && !touch->v.size[0])
if (clip->passedict!=0 && clip->passedict->v.size[0] && !touch->v.size[0])
continue; // points never interact
// might intersect, so do an exact clip