- a few remaining simple ones
This also removes a few pointless comments that popped up and consolidates setting a level's music into a subfuntion.
This commit is contained in:
parent
648e472744
commit
a7746278a8
16 changed files with 19 additions and 30 deletions
|
|
@ -129,7 +129,7 @@ static void CreateVerticesForSection(FSection §ion, VertexContainer &gen, bo
|
|||
|
||||
static void CreateVerticesForSector(sector_t *sec, VertexContainer &gen)
|
||||
{
|
||||
auto sections = level.sections.SectionsForSector(sec);
|
||||
auto sections = sec->Level->sections.SectionsForSector(sec);
|
||||
for (auto §ion :sections)
|
||||
{
|
||||
CreateVerticesForSection( section, gen, true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue