From 26f769103163e6c3c96be6e8bf1d905d21db3dd2 Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Sun, 6 Oct 2019 14:25:13 +0300 Subject: car AI --- src/control/AutoPilot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/control/AutoPilot.h') diff --git a/src/control/AutoPilot.h b/src/control/AutoPilot.h index 5a76d841..9dfd56ec 100644 --- a/src/control/AutoPilot.h +++ b/src/control/AutoPilot.h @@ -86,7 +86,7 @@ public: uint8 m_bSlowedDownBecauseOfPeds : 1; uint8 m_bStayInCurrentLevel : 1; uint8 m_bStayInFastLane : 1; - uint8 m_flag10 : 1; + uint8 m_bIgnorePathfinding : 1; CVector m_vecDestinationCoors; CPathNode *m_aPathFindNodesInfo[NUM_PATH_NODES_IN_AUTOPILOT]; int16 m_nPathFindNodesCount; -- cgit v1.2.3