mirror of
https://github.com/halpz/re3.git
synced 2025-06-28 17:16:19 +00:00
fix
This commit is contained in:
@ -101,8 +101,7 @@ public:
|
||||
m_nCurrentPathNodeInfo = m_nNextPathNodeInfo;
|
||||
m_nNextDirection = 1;
|
||||
m_nCurrentDirecton = m_nNextDirection;
|
||||
m_nCurrentLane = 0;
|
||||
m_nPreviousLane = m_nPreviousLane;
|
||||
m_nPreviousLane = m_nCurrentLane = 0;
|
||||
m_nDrivingStyle = DRIVINGSTYLE_STOP_FOR_CARS;
|
||||
m_nCarMission = MISSION_NONE;
|
||||
m_nAnimationId = TEMPACT_NONE;
|
||||
|
Reference in New Issue
Block a user