Export GetSector() again, removed lightingdata assignment.
This commit is contained in:
parent
f55bad472c
commit
4cc8ba3399
3 changed files with 7 additions and 1 deletions
|
|
@ -78,6 +78,11 @@ void DSectorEffect::Serialize(FSerializer &arc)
|
|||
|
||||
DEFINE_FIELD(DSectorEffect, m_Sector)
|
||||
|
||||
DEFINE_ACTION_FUNCTION(DSectorEffect, GetSector)
|
||||
{
|
||||
PARAM_SELF_PROLOGUE(DSectorEffect);
|
||||
ACTION_RETURN_POINTER(self->GetSector());
|
||||
}
|
||||
|
||||
IMPLEMENT_CLASS(DMover, true, true)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue