- create the portal group table.

This commit is contained in:
Christoph Oelckers 2016-02-14 18:16:59 +01:00
commit 126c80d597
2 changed files with 347 additions and 2 deletions

View file

@ -1523,10 +1523,10 @@ void P_SpawnSpecials (void)
break;
}
}
P_CreateLinkedPortals();
// [RH] Start running any open scripts on this map
FBehavior::StaticStartTypedScripts (SCRIPT_Open, NULL, false);
P_FinalizePortals();
P_CreateLinkedPortals();
}
// killough 2/28/98: