diff --git a/qbsp/csg4.cc b/qbsp/csg4.cc index b03825fc..05e7e84f 100644 --- a/qbsp/csg4.cc +++ b/qbsp/csg4.cc @@ -476,6 +476,10 @@ CSGFaces(const mapentity_t *entity) overwrite = true; continue; } + if (clipbrush->contents == CONTENTS_EMPTY) { + /* Ensure hint never clips anything */ + continue; + } /* check bounding box first */ for (i = 0; i < 3; i++) {