This commit is contained in:
parent
501e4d4a70
commit
9b4312afd7
1 changed files with 2 additions and 2 deletions
|
@ -154,14 +154,14 @@ void CNpcBranchPlatform::processMovement( int _frames )
|
||||||
|
|
||||||
if ( m_reversed )
|
if ( m_reversed )
|
||||||
{
|
{
|
||||||
if ( m_angularVelocity > 20 && newAngle < -64 )
|
if ( m_angularVelocity > 10 && newAngle < -32 )
|
||||||
{
|
{
|
||||||
player->springPlayerUp();
|
player->springPlayerUp();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if ( m_angularVelocity < -20 && newAngle > 64 )
|
if ( m_angularVelocity < -10 && newAngle > 32 )
|
||||||
{
|
{
|
||||||
player->springPlayerUp();
|
player->springPlayerUp();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue