diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2019-10-06 13:25:13 +0200 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2019-10-06 13:25:13 +0200 |
commit | 26f769103163e6c3c96be6e8bf1d905d21db3dd2 (patch) | |
tree | 812d7924c63008b1f8fe81def0187575232ea3cf /src/control/AutoPilot.h | |
parent | CAutoPilot and CCurves (diff) | |
download | re3-26f769103163e6c3c96be6e8bf1d905d21db3dd2.tar re3-26f769103163e6c3c96be6e8bf1d905d21db3dd2.tar.gz re3-26f769103163e6c3c96be6e8bf1d905d21db3dd2.tar.bz2 re3-26f769103163e6c3c96be6e8bf1d905d21db3dd2.tar.lz re3-26f769103163e6c3c96be6e8bf1d905d21db3dd2.tar.xz re3-26f769103163e6c3c96be6e8bf1d905d21db3dd2.tar.zst re3-26f769103163e6c3c96be6e8bf1d905d21db3dd2.zip |
Diffstat (limited to '')
-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; |