diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2019-10-12 12:43:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-12 12:43:11 +0200 |
commit | 6f9609854930499538328201b27074f30a975f5a (patch) | |
tree | 4f151a5aa4dc7378dbf780e569fc96d6a1c99d9b /src | |
parent | Fix typo in CCarAI::GetCarToGoToCoors (diff) | |
parent | blunder (diff) | |
download | re3-6f9609854930499538328201b27074f30a975f5a.tar re3-6f9609854930499538328201b27074f30a975f5a.tar.gz re3-6f9609854930499538328201b27074f30a975f5a.tar.bz2 re3-6f9609854930499538328201b27074f30a975f5a.tar.lz re3-6f9609854930499538328201b27074f30a975f5a.tar.xz re3-6f9609854930499538328201b27074f30a975f5a.tar.zst re3-6f9609854930499538328201b27074f30a975f5a.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/control/AutoPilot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control/AutoPilot.h b/src/control/AutoPilot.h index 9dfd56ec..e1066071 100644 --- a/src/control/AutoPilot.h +++ b/src/control/AutoPilot.h @@ -69,8 +69,8 @@ public: uint32 m_nCurrentPathNodeInfo; uint32 m_nNextPathNodeInfo; uint32 m_nPreviousPathNodeInfo; - uint32 m_nTimeToStartMission; uint32 m_nAntiReverseTimer; + uint32 m_nTimeToStartMission; int8 m_nPreviousDirection; int8 m_nCurrentDirection; int8 m_nNextDirection; |