- added a function which collects all portal group an actor would touch if standing in a given position.
This commit is contained in:
parent
0dce22ce85
commit
405db83393
4 changed files with 167 additions and 18 deletions
|
|
@ -524,6 +524,7 @@ void P_SerializeWorld (FArchive &arc)
|
|||
{
|
||||
linePortals.Clear();
|
||||
}
|
||||
P_CollectLinkedPortals();
|
||||
}
|
||||
|
||||
void extsector_t::Serialize(FArchive &arc)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue