This commit is contained in:
parent
fbd76d8843
commit
952418e77d
2 changed files with 0 additions and 12 deletions
|
@ -223,16 +223,6 @@ void CNpcEnemy::setHeading( s32 xPos, s32 yPos )
|
|||
}
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Static function to initialise the actor pool with levels nasty folk
|
||||
void CNpcEnemy::CacheActor(int Type)
|
||||
{
|
||||
int m_type = mapEditConvertTable[Type - NPC_ENEMY_MAPEDIT_OFFSET];
|
||||
|
||||
CActorPool::AddActor(m_data[m_type].skelType);
|
||||
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
void CNpcEnemy::init()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue