This commit is contained in:
Charles 2001-07-31 18:13:21 +00:00
parent 131e89e064
commit e45c27b5f5

View File

@ -119,14 +119,14 @@ void CNpcBranchPlatform::processMovement( int _frames )
if ( m_reversed ) if ( m_reversed )
{ {
if ( m_angularVelocity > 6 && newAngle < -20 ) if ( /*m_angularVelocity > 6 &&*/ newAngle < -56 )
{ {
player->springPlayerUp(); player->springPlayerUp();
} }
} }
else else
{ {
if ( m_angularVelocity < -6 && newAngle > 20 ) if ( /*m_angularVelocity < -6 &&*/ newAngle > 56 )
{ {
player->springPlayerUp(); player->springPlayerUp();
} }