diff --git a/qbsp/qbsp.cc b/qbsp/qbsp.cc index 07c46bf3..98f72cba 100644 --- a/qbsp/qbsp.cc +++ b/qbsp/qbsp.cc @@ -221,6 +221,11 @@ ProcessEntity(mapentity_t *entity, const int hullnum) } FreeAllPortals(nodes); } + + // bmodels + if (entity != pWorldEnt()) { + TJunc(entity, nodes); + } // convert detail leafs to solid (in case we didn't make the call above) DetailToSolid(nodes);