- added new serializers to several classes and moved the old ones to the dump file.

This commit is contained in:
Christoph Oelckers 2016-09-19 12:53:42 +02:00
commit 7edf4c1afc
21 changed files with 326 additions and 107 deletions

View file

@ -1781,7 +1781,7 @@ public:
DLightLevel(sector_t * s,int destlevel,int speed);
void Serialize(FArchive &arc);
void Serialize(FArchive &arc);
//void Serialize(FArchive &arc);
void Tick ();
void Destroy() { Super::Destroy(); m_Sector->lightingdata=NULL; }
};