- exported the base thinker class for sector lighting effects to ZScript.
This commit is contained in:
parent
d74b6a6896
commit
0cfdd699ad
3 changed files with 17 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue