summaryrefslogtreecommitdiffstats
path: root/src/control/AutoPilot.h
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2019-10-06 13:25:13 +0200
committerNikolay Korolev <nickvnuk@gmail.com>2019-10-06 13:25:13 +0200
commit26f769103163e6c3c96be6e8bf1d905d21db3dd2 (patch)
tree812d7924c63008b1f8fe81def0187575232ea3cf /src/control/AutoPilot.h
parentCAutoPilot and CCurves (diff)
downloadre3-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 'src/control/AutoPilot.h')
-rw-r--r--src/control/AutoPilot.h2
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;