diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2021-02-03 13:35:06 +0100 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2021-02-03 20:47:25 +0100 |
commit | 3584dac5c00db5ded4405b08ddf2a79c9d670423 (patch) | |
tree | 30d93d6f5c33987f4c52ed137165cb8c31863368 /src/control/AutoPilot.h | |
parent | Merge remote-tracking branch 'upstream/lcs' into lcs (diff) | |
download | re3-3584dac5c00db5ded4405b08ddf2a79c9d670423.tar re3-3584dac5c00db5ded4405b08ddf2a79c9d670423.tar.gz re3-3584dac5c00db5ded4405b08ddf2a79c9d670423.tar.bz2 re3-3584dac5c00db5ded4405b08ddf2a79c9d670423.tar.lz re3-3584dac5c00db5ded4405b08ddf2a79c9d670423.tar.xz re3-3584dac5c00db5ded4405b08ddf2a79c9d670423.tar.zst re3-3584dac5c00db5ded4405b08ddf2a79c9d670423.zip |
Diffstat (limited to 'src/control/AutoPilot.h')
-rw-r--r-- | src/control/AutoPilot.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/control/AutoPilot.h b/src/control/AutoPilot.h index aa14ccdd..ec3bb8d8 100644 --- a/src/control/AutoPilot.h +++ b/src/control/AutoPilot.h @@ -64,8 +64,8 @@ public: int32 m_nCurrentRouteNode; int32 m_nNextRouteNode; int32 m_nPrevRouteNode; - uint32 m_nTimeEnteredCurve; - uint32 m_nTimeToSpendOnCurrentCurve; + int32 m_nTimeEnteredCurve; + int32 m_nTimeToSpendOnCurrentCurve; uint32 m_nCurrentPathNodeInfo; uint32 m_nNextPathNodeInfo; uint32 m_nPreviousPathNodeInfo; |