This commit is contained in:
Charles 2001-05-14 21:28:12 +00:00
parent c6eb452190
commit 3502a69174

View File

@ -281,7 +281,7 @@ void CNpcSmallJellyfishEnemy::processMovementModifier( int _frames, s32 distX, s
dataPoint /= ( GameState::getOneSecondInFrames() >> 1 );
}
m_frame = ( ( m_movementTimer * ( getFrameCount() - 1 ) << 8 ) ) / GameState::getOneSecondInFrames();
m_frame = ( ( m_movementTimer * ( getFrameCount() - 1 ) << 8 ) ) / ( GameState::getOneSecondInFrames() >> 1 );
s32 resistance;
s32 absVelocity = abs( m_velocity );