- handled approx. half of all cases where the address of level is taken.
This commit is contained in:
parent
b4acb857ad
commit
648e472744
38 changed files with 122 additions and 128 deletions
|
|
@ -351,6 +351,10 @@ void MapLoader::PO_Init (void)
|
|||
InitSideLists ();
|
||||
|
||||
Level->Polyobjects.Resize(NumPolyobjs);
|
||||
for (auto p : Level->Polyobjects)
|
||||
{
|
||||
p.Level = Level;
|
||||
}
|
||||
|
||||
polyIndex = 0; // index polyobj number
|
||||
// Find the startSpot points, and spawn each polyobj
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue