summaryrefslogtreecommitdiffstats
path: root/src/control/AutoPilot.h
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2021-02-03 13:35:06 +0100
committerNikolay Korolev <nickvnuk@gmail.com>2021-02-03 13:35:06 +0100
commitf6326606b7dc6e1058dd17f8db0f3cb3e9f4e9b7 (patch)
tree1ba36c9b086def2debf4ca87a649f4ba33e7b2e4 /src/control/AutoPilot.h
parentMerge pull request #1020 from erorcun/master (diff)
downloadre3-f6326606b7dc6e1058dd17f8db0f3cb3e9f4e9b7.tar
re3-f6326606b7dc6e1058dd17f8db0f3cb3e9f4e9b7.tar.gz
re3-f6326606b7dc6e1058dd17f8db0f3cb3e9f4e9b7.tar.bz2
re3-f6326606b7dc6e1058dd17f8db0f3cb3e9f4e9b7.tar.lz
re3-f6326606b7dc6e1058dd17f8db0f3cb3e9f4e9b7.tar.xz
re3-f6326606b7dc6e1058dd17f8db0f3cb3e9f4e9b7.tar.zst
re3-f6326606b7dc6e1058dd17f8db0f3cb3e9f4e9b7.zip
Diffstat (limited to 'src/control/AutoPilot.h')
-rw-r--r--src/control/AutoPilot.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/control/AutoPilot.h b/src/control/AutoPilot.h
index 6349fce6..c7707ed6 100644
--- a/src/control/AutoPilot.h
+++ b/src/control/AutoPilot.h
@@ -57,8 +57,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;