- Merged the GC branch back into the trunk, so now it can receive more
testing from the people who download SVN trunk builds. SVN r795 (trunk)
This commit is contained in:
parent
3bfcc5c09c
commit
f2660dc336
88 changed files with 2541 additions and 1523 deletions
|
|
@ -33,7 +33,7 @@ DSectorEffect::DSectorEffect ()
|
|||
m_Sector = NULL;
|
||||
}
|
||||
|
||||
DSectorEffect::~DSectorEffect ()
|
||||
void DSectorEffect::Destroy()
|
||||
{
|
||||
if (m_Sector)
|
||||
{
|
||||
|
|
@ -52,6 +52,7 @@ DSectorEffect::~DSectorEffect ()
|
|||
m_Sector->lightingdata = NULL;
|
||||
}
|
||||
}
|
||||
Super::Destroy();
|
||||
}
|
||||
|
||||
DSectorEffect::DSectorEffect (sector_t *sector)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue