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;