1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-13 11:28:31 +00:00

Remove #endif

This commit is contained in:
Sergeanur 2020-05-05 18:07:08 +03:00
parent 9960c41193
commit 7200a783ee

View file

@ -189,7 +189,6 @@ void CCarAI::UpdateCarAI(CVehicle* pVehicle)
} }
if (pVehicle->bIsLawEnforcer) if (pVehicle->bIsLawEnforcer)
MellowOutChaseSpeed(pVehicle); MellowOutChaseSpeed(pVehicle);
#endif
break; break;
case MISSION_GOTOCOORDS: case MISSION_GOTOCOORDS:
if ((pVehicle->AutoPilot.m_vecDestinationCoors - pVehicle->GetPosition()).Magnitude2D() < DISTANCE_TO_SWITCH_DISTANCE_GOTO || if ((pVehicle->AutoPilot.m_vecDestinationCoors - pVehicle->GetPosition()).Magnitude2D() < DISTANCE_TO_SWITCH_DISTANCE_GOTO ||