From 9b4312afd73f3167164f0e4dfd28d940979a430f Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 10 May 2001 20:54:57 +0000 Subject: [PATCH] --- source/platform/pbranch.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/platform/pbranch.cpp b/source/platform/pbranch.cpp index 2f26cadf0..8b8bf2e64 100644 --- a/source/platform/pbranch.cpp +++ b/source/platform/pbranch.cpp @@ -154,14 +154,14 @@ void CNpcBranchPlatform::processMovement( int _frames ) if ( m_reversed ) { - if ( m_angularVelocity > 20 && newAngle < -64 ) + if ( m_angularVelocity > 10 && newAngle < -32 ) { player->springPlayerUp(); } } else { - if ( m_angularVelocity < -20 && newAngle > 64 ) + if ( m_angularVelocity < -10 && newAngle > 32 ) { player->springPlayerUp(); }