- fixed last commit. This was missing an init call for the portal data.
This commit is contained in:
parent
248a29bf06
commit
64b504ee7f
5 changed files with 4 additions and 16 deletions
|
|
@ -4122,6 +4122,7 @@ void P_SetupLevel (const char *lumpname, int position)
|
|||
|
||||
// This must be done BEFORE the PolyObj Spawn!!!
|
||||
Renderer->PreprocessLevel();
|
||||
InitPortalGroups();
|
||||
|
||||
times[16].Clock();
|
||||
if (reloop) P_LoopSidedefs (false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue