- converted FBehavior::StaticSerializeModuleStates.

- removed some code which is no longer needed.
This commit is contained in:
Christoph Oelckers 2016-09-20 11:35:25 +02:00
commit cf1e6d5275
10 changed files with 60 additions and 115 deletions

View file

@ -857,7 +857,7 @@ void G_SerializeLevel(FSerializer &arc, bool hubload)
// fixme: This needs to ensure it reads from the correct place. Should be one once there's enough of this code converted to JSON
AM_SerializeMarkers(arc);
//FBehavior::StaticSerializeModuleStates(arc);
FBehavior::StaticSerializeModuleStates(arc);
arc.Array("linedefs", lines, &loadlines[0], numlines);
arc.Array("sidedefs", sides, &loadsides[0], numsides);
arc.Array("sectors", sectors, &loadsectors[0], numsectors);