This commit is contained in:
parent
00e017b62d
commit
4c64c9ed4e
25 changed files with 58 additions and 40 deletions
|
@ -115,11 +115,11 @@ void CNpcBallBlobEnemy::processMovement( int _frames )
|
|||
|
||||
if ( waypointHeading == 0 )
|
||||
{
|
||||
moveX = m_data[m_type].speed * _frames;
|
||||
moveX = m_speed * _frames;
|
||||
}
|
||||
else
|
||||
{
|
||||
moveX = -m_data[m_type].speed * _frames;
|
||||
moveX = -m_speed * _frames;
|
||||
}
|
||||
|
||||
processMovementModifier( _frames, moveX, moveY, moveVel, moveDist );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue