From a569f65067fbabfabfd89987c8c1f1109bd96fc5 Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 19 Jun 2001 20:48:45 +0000 Subject: [PATCH] --- source/hazard/hpendulm.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/hazard/hpendulm.cpp b/source/hazard/hpendulm.cpp index 49727f318..a7aec7642 100644 --- a/source/hazard/hpendulm.cpp +++ b/source/hazard/hpendulm.cpp @@ -78,10 +78,12 @@ void CNpcPendulumHazard::setWaypoints( sThingHazard *ThisHazard ) m_length = isqrt2( ( xDist * xDist ) + ( yDist * yDist ) ); Pos = pivotPos; + m_base = pivotPos; } else { Pos = startPos; + m_base = Pos; } m_thinkArea.x1 = Pos.vx - m_length;