This commit is contained in:
parent
131e89e064
commit
e45c27b5f5
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue