This commit is contained in:
Nikolay Korolev 2020-05-08 13:41:28 +03:00 committed by GitHub
parent 2171ebe2da
commit fb1f51241d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -347,6 +347,7 @@ CCarCtrl::GenerateOneRandomCar()
/* FBI cars are gray in carcols, but we want them black if they going after player. */
}
// TODO(MIAMI): check the flag
break;
case COPS_BOAT:
pVehicle->AutoPilot.m_nTempAction = TEMPACT_NONE;
pVehicle->AutoPilot.m_nCruiseSpeed = CGeneral::GetRandomNumberInRange(4.0f, 16.0f);