This commit is contained in:
parent
8afe90e6d4
commit
52c69c25b8
11 changed files with 64 additions and 31 deletions
|
@ -1259,6 +1259,13 @@ void CNpcEnemy::processMovement(int _frames)
|
|||
break;
|
||||
}
|
||||
|
||||
case NPC_MOVEMENT_RETURNING_HAZARD_GROUND:
|
||||
{
|
||||
processReturningHazardMovementGround( _frames );
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
case NPC_MOVEMENT_SHARK_MAN:
|
||||
{
|
||||
processSharkManMovement( _frames, &moveX, &moveY );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue