mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 14:51:46 +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)
|
||||
|
||||
DSectorEffect::DSectorEffect ()
|
||||
: DThinker(STAT_SECTOREFFECT)
|
||||
{
|
||||
m_Sector = NULL;
|
||||
ChangeStatNum(STAT_SECTOREFFECT);
|
||||
}
|
||||
|
||||
void DSectorEffect::Destroy()
|
||||
|
|
Loading…
Reference in a new issue