summaryrefslogtreecommitdiffstats
path: root/src/vehicles/Vehicle.cpp
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2019-09-02 18:04:09 +0200
committerNikolay Korolev <nickvnuk@gmail.com>2019-09-02 18:04:09 +0200
commitb2236d8951562e8b780e979fd473fc7b0f7120ec (patch)
treef8c7198e6124f85be46f0b40b27c50fc4bd53c0b /src/vehicles/Vehicle.cpp
parentCCarCtrl Weave stuff done (diff)
downloadre3-b2236d8951562e8b780e979fd473fc7b0f7120ec.tar
re3-b2236d8951562e8b780e979fd473fc7b0f7120ec.tar.gz
re3-b2236d8951562e8b780e979fd473fc7b0f7120ec.tar.bz2
re3-b2236d8951562e8b780e979fd473fc7b0f7120ec.tar.lz
re3-b2236d8951562e8b780e979fd473fc7b0f7120ec.tar.xz
re3-b2236d8951562e8b780e979fd473fc7b0f7120ec.tar.zst
re3-b2236d8951562e8b780e979fd473fc7b0f7120ec.zip
Diffstat (limited to '')
-rw-r--r--src/vehicles/Vehicle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicles/Vehicle.cpp b/src/vehicles/Vehicle.cpp
index 4795a29f..5f7b6c56 100644
--- a/src/vehicles/Vehicle.cpp
+++ b/src/vehicles/Vehicle.cpp
@@ -105,7 +105,7 @@ CVehicle::CVehicle(uint8 CreatedBy)
AutoPilot.m_nCarMission = MISSION_NONE;
AutoPilot.m_nTempAction = TEMPACT_NONE;
AutoPilot.m_nTimeToStartMission = CTimer::GetTimeInMilliseconds();
- AutoPilot.m_flag4 = false;
+ AutoPilot.m_bStayInCurrentLevel = false;
AutoPilot.m_flag10 = false;
}