- fixed: The node builder did not check if all segs could be split properly.
Also removed some fudging that tried to work around this case but produced a broken BSP tree on other maps. SVN r2071 (trunk)
This commit is contained in:
parent
9aa1e20c77
commit
bf7ed6258b
4 changed files with 94 additions and 7 deletions
|
|
@ -1026,6 +1026,7 @@ void R_Subsector (subsector_t *sub)
|
|||
#endif
|
||||
|
||||
frontsector = sub->sector;
|
||||
if (sub->sector == NULL) return;
|
||||
frontsector->MoreFlags |= SECF_DRAWN;
|
||||
count = sub->numlines;
|
||||
line = &segs[sub->firstline];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue