- needed one more change...

SVN r2061 (trunk)
This commit is contained in:
Christoph Oelckers 2009-12-30 19:17:10 +00:00
parent fa452ffd41
commit 403ab51781

View file

@ -32,9 +32,9 @@
IMPLEMENT_CLASS (DSectorEffect) IMPLEMENT_CLASS (DSectorEffect)
DSectorEffect::DSectorEffect () DSectorEffect::DSectorEffect ()
: DThinker(STAT_SECTOREFFECT)
{ {
m_Sector = NULL; m_Sector = NULL;
ChangeStatNum(STAT_SECTOREFFECT);
} }
void DSectorEffect::Destroy() void DSectorEffect::Destroy()