This commit is contained in:
parent
b767d24f69
commit
13b012d19d
2 changed files with 1 additions and 19 deletions
|
@ -152,24 +152,6 @@ void CNpc::init()
|
|||
break;
|
||||
}
|
||||
|
||||
case NPC_INIT_FALLING_ITEM:
|
||||
{
|
||||
m_heading = m_fireHeading = 1024;
|
||||
|
||||
m_npcPath.initPath();
|
||||
|
||||
DVECTOR newPos;
|
||||
|
||||
newPos.vx = 100;
|
||||
newPos.vy = 200;
|
||||
|
||||
m_npcPath.addWaypoint( newPos );
|
||||
|
||||
m_npcPath.setPathType( SINGLE_USE_PATH );
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
case NPC_INIT_FISH_HOOK:
|
||||
{
|
||||
m_heading = m_fireHeading = 3072;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue