This commit is contained in:
parent
3c2bcb6c01
commit
b1cf92f44b
6 changed files with 47 additions and 1 deletions
|
@ -54,7 +54,7 @@ s32 CNpc::playerYDistSqr;
|
|||
|
||||
void CNpc::init()
|
||||
{
|
||||
m_type = NPC_ANEMONE_1;
|
||||
m_type = NPC_ANEMONE_3;
|
||||
|
||||
m_heading = m_fireHeading = 0;
|
||||
m_movementTimer = 0;
|
||||
|
@ -894,6 +894,11 @@ void CNpc::processClose(int _frames)
|
|||
|
||||
break;
|
||||
|
||||
case NPC_CLOSE_ANEMONE_3_ATTACK:
|
||||
processCloseAnemone3Attack( _frames );
|
||||
|
||||
break;
|
||||
|
||||
case NPC_CLOSE_EYEBALL_ATTACK:
|
||||
processCloseEyeballAttack( _frames );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue