This commit is contained in:
Charles 2001-04-23 15:12:44 +00:00
parent 880c7dea9a
commit 45958bf2b5
4 changed files with 28 additions and 2 deletions

View file

@ -798,8 +798,9 @@ void CNpcEnemy::shutdown()
if (m_actorGfx) delete m_actorGfx;
CEnemyThing::shutdown();
deleteAllChild();
CEnemyThing::shutdown();
}
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////