- exported the base thinker class for sector lighting effects to ZScript.

This commit is contained in:
Christoph Oelckers 2017-03-19 13:15:38 +01:00
commit 0cfdd699ad
3 changed files with 17 additions and 2 deletions

View file

@ -72,6 +72,9 @@ void DSectorEffect::Serialize(FSerializer &arc)
arc("sector", m_Sector);
}
DEFINE_FIELD(DSectorEffect, m_Sector)
IMPLEMENT_CLASS(DMover, false, true)
IMPLEMENT_POINTERS_START(DMover)