diff options
author | aap <aap@papnet.eu> | 2019-07-06 00:58:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-06 00:58:07 +0200 |
commit | 2d086961909d25c8f863fdfc6d7af8295db574d7 (patch) | |
tree | 4c1f659bf8885da09d0a2bca1a1e0eebb444f91a /src/entities/Vehicle.h | |
parent | Merge pull request #112 from guard3/master (diff) | |
parent | Merge branch 'master' of git://github.com/GTAmodding/re3 into erorcun (diff) | |
download | re3-2d086961909d25c8f863fdfc6d7af8295db574d7.tar re3-2d086961909d25c8f863fdfc6d7af8295db574d7.tar.gz re3-2d086961909d25c8f863fdfc6d7af8295db574d7.tar.bz2 re3-2d086961909d25c8f863fdfc6d7af8295db574d7.tar.lz re3-2d086961909d25c8f863fdfc6d7af8295db574d7.tar.xz re3-2d086961909d25c8f863fdfc6d7af8295db574d7.tar.zst re3-2d086961909d25c8f863fdfc6d7af8295db574d7.zip |
Diffstat (limited to '')
-rw-r--r-- | src/entities/Vehicle.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/entities/Vehicle.h b/src/entities/Vehicle.h index b69c828f..eb5275ad 100644 --- a/src/entities/Vehicle.h +++ b/src/entities/Vehicle.h @@ -1,6 +1,7 @@ #pragma once #include "Physical.h" +#include "AutoPilot.h" class CPed; class CFire; @@ -115,10 +116,7 @@ class CVehicle : public CPhysical public: // 0x128 tHandlingData *m_handling; - - // CAutoPilot - uint8 stuff1[112]; - + CAutoPilot m_autoPilot; uint8 m_currentColour1; uint8 m_currentColour2; uint8 m_aExtras[2]; |