This commit is contained in:
parent
0dfd1948fb
commit
ecc4e806c3
2 changed files with 3 additions and 2 deletions
|
@ -119,14 +119,14 @@ void CNpcBranchPlatform::processMovement( int _frames )
|
|||
|
||||
if ( m_reversed )
|
||||
{
|
||||
if ( m_angularVelocity > 8 && newAngle < -20 )
|
||||
if ( m_angularVelocity > 6 && newAngle < -20 )
|
||||
{
|
||||
player->springPlayerUp();
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
if ( m_angularVelocity < -8 && newAngle > 20 )
|
||||
if ( m_angularVelocity < -6 && newAngle > 20 )
|
||||
{
|
||||
player->springPlayerUp();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue