This commit is contained in:
Charles 2001-05-14 15:48:34 +00:00
parent cd451daab6
commit 2f03cdf648
3 changed files with 6 additions and 6 deletions

View file

@ -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 );
}