mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2024-11-16 01:02:03 +00:00
- needed one more change...
SVN r2061 (trunk)
This commit is contained in:
parent
fa452ffd41
commit
403ab51781
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue