- added new serializers to several classes and moved the old ones to the dump file.
This commit is contained in:
parent
d24aa5dec9
commit
7edf4c1afc
21 changed files with 326 additions and 107 deletions
|
|
@ -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; }
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue