This commit is contained in:
parent
308f06a726
commit
1e0e21be9f
2 changed files with 22 additions and 15 deletions
|
@ -90,6 +90,7 @@ void CNpcFriend::shutdown()
|
|||
{
|
||||
//m_spriteBank->dump(); delete m_spriteBank;
|
||||
|
||||
delete m_actorGfx;
|
||||
CNpcThing::shutdown();
|
||||
}
|
||||
|
||||
|
@ -610,7 +611,9 @@ void CNpcEnemy::shutdown()
|
|||
|
||||
m_positionHistory = NULL;
|
||||
|
||||
delete m_actorGfx;
|
||||
CEnemyThing::shutdown();
|
||||
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue