- fixed last commit. This was missing an init call for the portal data.

This commit is contained in:
Christoph Oelckers 2018-04-02 00:14:53 +02:00
commit 64b504ee7f
5 changed files with 4 additions and 16 deletions

View file

@ -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);