mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-12 19:20:33 +00:00
car AI
This commit is contained in:
parent
7234e6e698
commit
26f7691031
5 changed files with 446 additions and 16 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue