This commit is contained in:
Daveo 2001-04-09 21:27:21 +00:00
parent 3dfa898b73
commit 944a38a726
6 changed files with 331 additions and 156 deletions

View file

@ -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);
}