This commit is contained in:
parent
8c791a4ab5
commit
4807987d37
7 changed files with 145 additions and 3 deletions
|
@ -235,7 +235,7 @@ void CNpcEnemy::init()
|
|||
m_animNo = m_data[m_type].initAnim;
|
||||
m_frame = 0;
|
||||
|
||||
m_heading = m_fireHeading = 0;
|
||||
m_heading = m_fireHeading = 128;
|
||||
m_movementTimer = 0;
|
||||
m_timerTimer = 0;
|
||||
m_velocity = 0;
|
||||
|
@ -1093,6 +1093,13 @@ void CNpcEnemy::processMovement(int _frames)
|
|||
break;
|
||||
}
|
||||
|
||||
case NPC_MOVEMENT_BALL_BLOB:
|
||||
{
|
||||
processBallBlobMovement( _frames, &moveX, &moveY );
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
default:
|
||||
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue