- merged automap branch into trunk.
SVN r2609 (trunk)
This commit is contained in:
parent
9102200771
commit
9a4abe0915
47 changed files with 3355 additions and 609 deletions
|
|
@ -1485,7 +1485,7 @@ void RP_Subsector (subsector_t *sub)
|
|||
|
||||
while (count--)
|
||||
{
|
||||
if (!line->bPolySeg)
|
||||
if (line->sidedef == NULL || !(line->sidedef->Flags & WALLF_POLYOBJ))
|
||||
{
|
||||
RP_AddLine (line);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue