This commit is contained in:
parent
3dfa898b73
commit
944a38a726
6 changed files with 331 additions and 156 deletions
|
@ -221,7 +221,7 @@ void CNpcEnemy::CacheActor(int Type)
|
|||
{
|
||||
int m_type = mapEditConvertTable[Type - NPC_ENEMY_MAPEDIT_OFFSET];
|
||||
|
||||
CActorPool::GetActor(m_data[m_type].skelType);
|
||||
CActorPool::AddActor(m_data[m_type].skelType);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue