- added a function which collects all portal group an actor would touch if standing in a given position.

This commit is contained in:
Christoph Oelckers 2016-02-15 00:53:59 +01:00
commit 405db83393
4 changed files with 167 additions and 18 deletions

View file

@ -524,6 +524,7 @@ void P_SerializeWorld (FArchive &arc)
{
linePortals.Clear();
}
P_CollectLinkedPortals();
}
void extsector_t::Serialize(FArchive &arc)