- merged automap branch into trunk.

SVN r2609 (trunk)
This commit is contained in:
Christoph Oelckers 2010-08-27 15:20:05 +00:00
commit 9a4abe0915
47 changed files with 3355 additions and 609 deletions

View file

@ -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);
}