summaryrefslogtreecommitdiffstats
path: root/src/control/AutoPilot.h
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2019-07-14 13:49:27 +0200
committerNikolay Korolev <nickvnuk@gmail.com>2019-07-14 13:49:27 +0200
commitb77a9ce9550d0326c8bd69fdc1474af4f3a1d268 (patch)
treebe1eba74734de4b37a0795627e3129fd1ed93f92 /src/control/AutoPilot.h
parentMerge remote-tracking branch 'upstream/master' (diff)
downloadre3-b77a9ce9550d0326c8bd69fdc1474af4f3a1d268.tar
re3-b77a9ce9550d0326c8bd69fdc1474af4f3a1d268.tar.gz
re3-b77a9ce9550d0326c8bd69fdc1474af4f3a1d268.tar.bz2
re3-b77a9ce9550d0326c8bd69fdc1474af4f3a1d268.tar.lz
re3-b77a9ce9550d0326c8bd69fdc1474af4f3a1d268.tar.xz
re3-b77a9ce9550d0326c8bd69fdc1474af4f3a1d268.tar.zst
re3-b77a9ce9550d0326c8bd69fdc1474af4f3a1d268.zip
Diffstat (limited to 'src/control/AutoPilot.h')
-rw-r--r--src/control/AutoPilot.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/control/AutoPilot.h b/src/control/AutoPilot.h
index 364cb633..d234a949 100644
--- a/src/control/AutoPilot.h
+++ b/src/control/AutoPilot.h
@@ -72,8 +72,8 @@ public:
int8 m_nPreviousDirection;
int8 m_nCurrentDirecton;
int8 m_nNextDirection;
- int8 m_nPreviousPathDirection;
- int8 m_nCurrentPathDirection;
+ int8 m_nPreviousLane;
+ int8 m_nCurrentLane;
eCarDrivingStyle m_nDrivingStyle;
eCarMission m_nCarMission;
eCarTempAction m_nAnimationId;
@@ -101,8 +101,8 @@ public:
m_nCurrentPathNodeInfo = m_nNextPathNodeInfo;
m_nNextDirection = 1;
m_nCurrentDirecton = m_nNextDirection;
- m_nCurrentPathDirection = 0;
- m_nPreviousPathDirection = m_nCurrentPathDirection;
+ m_nCurrentLane = 0;
+ m_nPreviousLane = m_nPreviousLane;
m_nDrivingStyle = DRIVINGSTYLE_STOP_FOR_CARS;
m_nCarMission = MISSION_NONE;
m_nAnimationId = TEMPACT_NONE;