This commit is contained in:
Charles 2001-06-19 20:48:45 +00:00
parent 80ada6fdbb
commit a569f65067

View File

@ -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;