diff --git a/src/dsectoreffect.cpp b/src/dsectoreffect.cpp index 2f4af7359..6c717b998 100644 --- a/src/dsectoreffect.cpp +++ b/src/dsectoreffect.cpp @@ -32,9 +32,9 @@ IMPLEMENT_CLASS (DSectorEffect) DSectorEffect::DSectorEffect () +: DThinker(STAT_SECTOREFFECT) { m_Sector = NULL; - ChangeStatNum(STAT_SECTOREFFECT); } void DSectorEffect::Destroy()