- moved the sidetemp array into the map loader.

This commit is contained in:
Christoph Oelckers 2018-12-28 15:30:23 +01:00
commit e66e594dd0
4 changed files with 25 additions and 34 deletions

View file

@ -117,7 +117,7 @@ void MapLoader::IterFindPolySides (FPolyObj *po, side_t *side)
static TArray<uint32_t> vnum;
unsigned int vnumat;
assert(sidetemp != NULL);
assert(sidetemp.Size() > 0);
vnum.Clear();
vnum.Push(uint32_t(side->V1()->Index()));