diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2019-10-06 14:25:13 +0300 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2019-10-06 14:25:13 +0300 |
commit | 26f769103163e6c3c96be6e8bf1d905d21db3dd2 (patch) | |
tree | 812d7924c63008b1f8fe81def0187575232ea3cf /src/control/AutoPilot.h | |
parent | 7234e6e698e1e0316efcc367f6154b20abaaafe4 (diff) |
car AI
Diffstat (limited to 'src/control/AutoPilot.h')
-rw-r--r-- | src/control/AutoPilot.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |