- fixed glitches with some poorly set up sector stack portals.

This commit is contained in:
Christoph Oelckers 2019-02-04 13:06:54 +01:00
commit af9636b7c3
7 changed files with 182 additions and 220 deletions

View file

@ -718,6 +718,7 @@ public:
dest.subsectors.Set(&output.allSubsectors[numsubsectors], group.subsectors.Size());
dest.vertexindex = -1;
dest.vertexcount = 0;
dest.flags = 0;
dest.bounds.setEmpty();
numsegments += group.segments.Size();