diff options
author | aap <aap@papnet.eu> | 2019-07-06 19:44:00 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2019-07-06 19:44:00 +0200 |
commit | 00461224a94692f5cdafc1b4309923a5539f1113 (patch) | |
tree | f3642f0f2cb985c61bb76e5bdb0988e1be1285c5 /src/control/AutoPilot.h | |
parent | misc classes finished (diff) | |
download | re3-00461224a94692f5cdafc1b4309923a5539f1113.tar re3-00461224a94692f5cdafc1b4309923a5539f1113.tar.gz re3-00461224a94692f5cdafc1b4309923a5539f1113.tar.bz2 re3-00461224a94692f5cdafc1b4309923a5539f1113.tar.lz re3-00461224a94692f5cdafc1b4309923a5539f1113.tar.xz re3-00461224a94692f5cdafc1b4309923a5539f1113.tar.zst re3-00461224a94692f5cdafc1b4309923a5539f1113.zip |
Diffstat (limited to 'src/control/AutoPilot.h')
-rw-r--r-- | src/control/AutoPilot.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/control/AutoPilot.h b/src/control/AutoPilot.h index a2458327..97b02f5c 100644 --- a/src/control/AutoPilot.h +++ b/src/control/AutoPilot.h @@ -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");
\ No newline at end of file +static_assert(sizeof(CAutoPilot) == 0x70, "CAutoPilot: error"); |