diff --git a/tools/mbspc/mbspc/brushbsp.c b/tools/mbspc/mbspc/brushbsp.c index 7b3e9b17..5eecfa15 100644 --- a/tools/mbspc/mbspc/brushbsp.c +++ b/tools/mbspc/mbspc/brushbsp.c @@ -1016,11 +1016,11 @@ side_t *SelectSplitSide (bspbrush_t *brushes, node_t *node) pnum = side->planenum; pnum &= ~1; // allways use positive facing plane - CheckPlaneAgainstParents (pnum, node); - if (!CheckPlaneAgainstVolume (pnum, node)) continue; // would produce a tiny volume + CheckPlaneAgainstParents (pnum, node); + front = 0; back = 0; both = 0;