- most thinkers are done. Some stuff about polyobject pointers is temporarily disabled right now because some of the required functions have already been pulled out.

This commit is contained in:
Christoph Oelckers 2016-09-19 19:14:30 +02:00
commit e89d072abc
39 changed files with 290 additions and 342 deletions

View file

@ -10,7 +10,7 @@ class DSectorEffect : public DThinker
public:
DSectorEffect (sector_t *sector);
DECLARE_OLD_SERIAL
void Serialize(FSerializer &arc);
void Destroy();
@ -33,7 +33,7 @@ protected:
private:
protected:
DMover ();
DECLARE_OLD_SERIAL
void Serialize(FSerializer &arc);
void Destroy();
};