- moved the sidetemp array into the map loader.
This commit is contained in:
parent
11e9cdae33
commit
e66e594dd0
4 changed files with 25 additions and 34 deletions
|
|
@ -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()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue