This commit is contained in:
parent
8744b10af4
commit
7fa8e5a852
10 changed files with 81 additions and 10 deletions
|
@ -29,6 +29,14 @@
|
|||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
void CNpcEnemyGenerator::shutdown()
|
||||
{
|
||||
deleteAllChild();
|
||||
CNpcEnemy::shutdown();
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
void CNpcEnemyGenerator::think(int _frames)
|
||||
{
|
||||
if ( getNumChildren() < 3 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue