- 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
1 changed files with 1 additions and 1 deletions

View File

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