- fixed incomplete commit.

I have no idea where the rest of this stuff went...
This commit is contained in:
Christoph Oelckers 2018-12-30 08:22:34 +01:00
commit 65b01bd16d
7 changed files with 14 additions and 11 deletions

View file

@ -1031,5 +1031,5 @@ void G_SerializeLevel(FSerializer &arc, bool hubload)
}
}
AActor::RecreateAllAttachedLights();
InitPortalGroups();
InitPortalGroups(&level);
}