From e45c27b5f5c467f9919f971935198739f7af74f1 Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 31 Jul 2001 18:13:21 +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 4afb288ec..4858f1ab9 100644 --- a/source/platform/pbranch.cpp +++ b/source/platform/pbranch.cpp @@ -119,14 +119,14 @@ void CNpcBranchPlatform::processMovement( int _frames ) if ( m_reversed ) { - if ( m_angularVelocity > 6 && newAngle < -20 ) + if ( /*m_angularVelocity > 6 &&*/ newAngle < -56 ) { player->springPlayerUp(); } } else { - if ( m_angularVelocity < -6 && newAngle > 20 ) + if ( /*m_angularVelocity < -6 &&*/ newAngle > 56 ) { player->springPlayerUp(); }