diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2019-10-12 12:42:34 +0200 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2019-10-12 12:42:34 +0200 |
commit | a34870645a27c64234b3732dfc549f143ed5d954 (patch) | |
tree | 4f151a5aa4dc7378dbf780e569fc96d6a1c99d9b | |
parent | Fix typo in CCarAI::GetCarToGoToCoors (diff) | |
download | re3-a34870645a27c64234b3732dfc549f143ed5d954.tar re3-a34870645a27c64234b3732dfc549f143ed5d954.tar.gz re3-a34870645a27c64234b3732dfc549f143ed5d954.tar.bz2 re3-a34870645a27c64234b3732dfc549f143ed5d954.tar.lz re3-a34870645a27c64234b3732dfc549f143ed5d954.tar.xz re3-a34870645a27c64234b3732dfc549f143ed5d954.tar.zst re3-a34870645a27c64234b3732dfc549f143ed5d954.zip |
Diffstat (limited to '')
-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; |