mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-20 11:19:22 +00:00
some work on vehicles
This commit is contained in:
parent
2b592605ab
commit
00461224a9
9 changed files with 243 additions and 227 deletions
|
@ -81,12 +81,9 @@ public:
|
|||
float m_fMaxTrafficSpeed;
|
||||
uint8 m_nCruiseSpeed;
|
||||
uint8 m_nCarCtrlFlags;
|
||||
int8 pad1[2];
|
||||
CVector m_vecDestinationCoors;
|
||||
void *m_aPathFindNodesInfo[8];
|
||||
uint16 m_nPathFindNodesCount;
|
||||
int8 pad2[2];
|
||||
CVehicle *m_pTargetCar;
|
||||
};
|
||||
|
||||
static_assert(sizeof(CAutoPilot) == 0x70, "CAutoPilot: error");
|
||||
static_assert(sizeof(CAutoPilot) == 0x70, "CAutoPilot: error");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue