From 51a62782ae97f03be6684df371915f6f40ec127c Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 3 May 2001 15:34:02 +0000 Subject: [PATCH] --- source/platform/pbranch.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/platform/pbranch.cpp b/source/platform/pbranch.cpp index a8a2648a0..ffbbafe6b 100644 --- a/source/platform/pbranch.cpp +++ b/source/platform/pbranch.cpp @@ -208,8 +208,8 @@ void CNpcBranchPlatform::processMovement( int _frames ) //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -int BX=-20; -int BY=-30; +int BX=-16; +int BY=-16; void CNpcBranchPlatform::render() { if ( m_isActive ) @@ -238,8 +238,8 @@ void CNpcBranchPlatform::render() } else { - rotation.vy = 2048; - rotation.vz = -getCollisionAngle(); + rotation.vy = 0; + rotation.vz = getCollisionAngle(); renderPos.vx+= BX; renderPos.vy+= BY; }