- deleting some unused stuff

This commit is contained in:
Christoph Oelckers 2018-04-02 00:28:25 +02:00
commit d84554f093
6 changed files with 1 additions and 37 deletions

View file

@ -943,7 +943,6 @@ void G_SerializeLevel(FSerializer &arc, bool hubload)
}
arc("saveversion", SaveVersion);
Renderer->StartSerialize(arc);
if (arc.isReading())
{
DThinker::DestroyAllThinkers();
@ -1025,6 +1024,4 @@ void G_SerializeLevel(FSerializer &arc, bool hubload)
}
AActor::RecreateAllAttachedLights();
InitPortalGroups();
Renderer->EndSerialize(arc);
}