This commit is contained in:
parent
8744b10af4
commit
7fa8e5a852
10 changed files with 81 additions and 10 deletions
|
@ -98,6 +98,12 @@ void CNpcParasiticWormEnemy::postInit()
|
|||
m_movementTimer = 2 * GameState::getOneSecondInFrames();
|
||||
}
|
||||
|
||||
void CNpcParasiticWormEnemy::shutdown()
|
||||
{
|
||||
deleteAllChild();
|
||||
CNpcEnemy::shutdown();
|
||||
}
|
||||
|
||||
void CNpcParasiticWormSegment::postInit()
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue