mirror of
https://github.com/GTAmodding/re3.git
synced 2024-12-25 06:06:06 +00:00
Remove #endif
This commit is contained in:
parent
9960c41193
commit
7200a783ee
1 changed files with 0 additions and 1 deletions
|
@ -189,7 +189,6 @@ void CCarAI::UpdateCarAI(CVehicle* pVehicle)
|
|||
}
|
||||
if (pVehicle->bIsLawEnforcer)
|
||||
MellowOutChaseSpeed(pVehicle);
|
||||
#endif
|
||||
break;
|
||||
case MISSION_GOTOCOORDS:
|
||||
if ((pVehicle->AutoPilot.m_vecDestinationCoors - pVehicle->GetPosition()).Magnitude2D() < DISTANCE_TO_SWITCH_DISTANCE_GOTO ||
|
||||
|
|
Loading…
Reference in a new issue