This commit is contained in:
parent
61308f18f6
commit
1ed6b3c05f
19 changed files with 60 additions and 13 deletions
|
@ -246,6 +246,11 @@ void CNpcSeaSnakeEnemy::processMovement( int _frames )
|
|||
DVECTOR oldPos = Pos;
|
||||
u8 skipCounter;
|
||||
|
||||
if ( m_data[m_type].moveSfx < CSoundMediator::NUM_SFXIDS )
|
||||
{
|
||||
CSoundMediator::playSfx( m_data[m_type].moveSfx );
|
||||
}
|
||||
|
||||
processGenericFixedPathMove( _frames, &moveX, &moveY, &moveVel, &moveDist );
|
||||
|
||||
Pos.vx += moveX;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue