This commit is contained in:
Nikolay Korolev
2019-10-06 14:25:13 +03:00
parent 7234e6e698
commit 26f7691031
5 changed files with 446 additions and 16 deletions

View File

@ -105,7 +105,7 @@ CVehicle::CVehicle(uint8 CreatedBy)
AutoPilot.m_nTempAction = TEMPACT_NONE;
AutoPilot.m_nTimeToStartMission = CTimer::GetTimeInMilliseconds();
AutoPilot.m_bStayInCurrentLevel = false;
AutoPilot.m_flag10 = false;
AutoPilot.m_bIgnorePathfinding = false;
}
CVehicle::~CVehicle()