fix
This commit is contained in:
parent
4bfd316c4c
commit
5d90821a8e
@ -101,8 +101,7 @@ public:
|
|||||||
m_nCurrentPathNodeInfo = m_nNextPathNodeInfo;
|
m_nCurrentPathNodeInfo = m_nNextPathNodeInfo;
|
||||||
m_nNextDirection = 1;
|
m_nNextDirection = 1;
|
||||||
m_nCurrentDirecton = m_nNextDirection;
|
m_nCurrentDirecton = m_nNextDirection;
|
||||||
m_nCurrentLane = 0;
|
m_nPreviousLane = m_nCurrentLane = 0;
|
||||||
m_nPreviousLane = m_nPreviousLane;
|
|
||||||
m_nDrivingStyle = DRIVINGSTYLE_STOP_FOR_CARS;
|
m_nDrivingStyle = DRIVINGSTYLE_STOP_FOR_CARS;
|
||||||
m_nCarMission = MISSION_NONE;
|
m_nCarMission = MISSION_NONE;
|
||||||
m_nAnimationId = TEMPACT_NONE;
|
m_nAnimationId = TEMPACT_NONE;
|
||||||
|
Loading…
Reference in New Issue
Block a user