Skip to content

Commit 4a946c6

Browse files
committed
fixed debug full builds
1 parent de662bf commit 4a946c6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Source/Entities/AHuman.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2665,8 +2665,6 @@ void AHuman::DrawHUD(BITMAP* pTargetBitmap, const Vector& targetPos, int whichSc
26652665
circlefill(pTargetBitmap, waypoint.m_X, waypoint.m_Y, 3, g_RedColor);
26662666
lastPoint = m_PrevPathTarget - targetPos;
26672667
circlefill(pTargetBitmap, lastPoint.m_X, lastPoint.m_Y, 2, g_YellowGlowColor);
2668-
lastPoint = m_DigTunnelEndPos - targetPos;
2669-
circlefill(pTargetBitmap, lastPoint.m_X, lastPoint.m_Y, 2, g_YellowGlowColor);
26702668
// Radius
26712669
// waypoint = m_Pos - targetPos;
26722670
// circle(pTargetBitmap, waypoint.m_X, waypoint.m_Y, m_MoveProximityLimit, g_RedColor);

0 commit comments

Comments
 (0)