- deleting some unused stuff
This commit is contained in:
parent
64b504ee7f
commit
d84554f093
6 changed files with 1 additions and 37 deletions
|
|
@ -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);
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue