From 403ab51781a379aefea98f33c9e1f33a938f3e48 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Wed, 30 Dec 2009 19:17:10 +0000 Subject: [PATCH] - needed one more change... SVN r2061 (trunk) --- src/dsectoreffect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()