mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-03-17 08:21:28 +00:00
Revert "Merge commit 'refs/pull/411/head' of https://github.com/coelckers/gzdoom"
This reverts commit799a308ef7
, reversing changes made to038654eb81
.
This commit is contained in:
parent
73a3f36112
commit
89f373b606
2 changed files with 0 additions and 8 deletions
|
@ -79,12 +79,6 @@ void DSectorEffect::Serialize(FSerializer &arc)
|
|||
DEFINE_FIELD(DSectorEffect, m_Sector)
|
||||
|
||||
|
||||
DEFINE_ACTION_FUNCTION(DSectorEffect, GetSector)
|
||||
{
|
||||
PARAM_SELF_PROLOGUE(DSectorEffect);
|
||||
ACTION_RETURN_POINTER(self->m_Sector);
|
||||
}
|
||||
|
||||
IMPLEMENT_CLASS(DMover, true, true)
|
||||
|
||||
IMPLEMENT_POINTERS_START(DMover)
|
||||
|
|
|
@ -795,8 +795,6 @@ struct StringStruct native
|
|||
class SectorEffect : Thinker native
|
||||
{
|
||||
native protected Sector m_Sector;
|
||||
|
||||
native clearscope Sector GetSector();
|
||||
}
|
||||
|
||||
class Mover : SectorEffect native
|
||||
|
|
Loading…
Reference in a new issue