This commit is contained in:
Daveo 2001-04-09 23:22:29 +00:00
parent 308f06a726
commit 1e0e21be9f
2 changed files with 22 additions and 15 deletions

View file

@ -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();
}
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////