This commit is contained in:
parent
cd451daab6
commit
2f03cdf648
3 changed files with 6 additions and 6 deletions
|
@ -153,11 +153,11 @@ void CNpcSmallJellyfishBackgroundEnemy::processMovement( int _frames )
|
|||
|
||||
moveVel = ( _frames * m_speed ) << 8;
|
||||
|
||||
if ( processGroundCollisionReverse( &moveX, &moveY ) )
|
||||
/*if ( processGroundCollisionReverse( &moveX, &moveY ) )
|
||||
{
|
||||
m_targetHeading += 1024;
|
||||
m_targetHeading &= 4095;
|
||||
}
|
||||
}*/
|
||||
|
||||
processMovementModifier( _frames, moveX, moveY, moveVel, moveDist );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue