# Conflicts:
#	src/menu/playerdisplay.cpp
This commit is contained in:
Rachael Alexanderson 2017-02-11 05:05:24 -05:00
commit a52f79055d
25 changed files with 737 additions and 497 deletions

View file

@ -1901,7 +1901,6 @@ void AM_drawSubsectors()
PalEntry flatcolor;
mpoint_t originpt;
screen->StartSimplePolys();
for (int i = 0; i < numsubsectors; ++i)
{
if (subsectors[i].flags & SSECF_POLYORG)
@ -2058,7 +2057,6 @@ void AM_drawSubsectors()
);
}
}
screen->FinishSimplePolys();
}
//=============================================================================