mirror of
https://github.com/halpz/re3.git
synced 2025-06-27 18:06:20 +00:00
Remove #endif
This commit is contained in:
@ -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 ||
|
||||
|
Reference in New Issue
Block a user