copypaste error

This commit is contained in:
Nikolay Korolev 2019-10-13 20:12:15 +03:00
parent 8eda735918
commit 2411558bab
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ void CCarAI::UpdateCarAI(CVehicle* pVehicle)
else if (distance > 35.0f && !pVehicle->AutoPilot.m_bIgnorePathfinding && (CTimer::GetFrameCounter() & 7) == 0) {
pVehicle->AutoPilot.m_nTempAction = TEMPACT_NONE;
pVehicle->AutoPilot.m_nCarMission = (CCarCtrl::JoinCarWithRoadSystemGotoCoors(pVehicle, pVehicle->AutoPilot.m_vecDestinationCoors, true)) ?
MISSION_GOTOCOORDS_STRAIGHT : MISSION_GOTOCOORDS;
MISSION_GOTO_COORDS_STRAIGHT_ACCURATE : MISSION_GOTOCOORDS_ACCURATE;
}
break;
}