- create the portal group table.
This commit is contained in:
parent
c338b9cde3
commit
126c80d597
2 changed files with 347 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue