mirror of
https://github.com/halpz/re3.git
synced 2024-12-26 18:15:27 +00:00
fix
This commit is contained in:
parent
2171ebe2da
commit
fb1f51241d
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue