This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
fix VC_PED_PORTS build
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/peds/PedAI.cpp
There are no files selected for viewing
|
|
@@ -3454,7 +3454,7 @@ CPed::BeingDraggedFromCar(void) |
|
#ifdef VC_PED_PORTS
|
|
#ifdef VC_PED_PORTS
|
|
if (m_objective == OBJECTIVE_LEAVE_CAR_AND_DIE) {
|
|
if (m_objective == OBJECTIVE_LEAVE_CAR_AND_DIE) {
|
|
if (m_pMyVehicle) {
|
|
if (m_pMyVehicle) {
|
|
m_pMyVehicle->ProcessOpenDoor(m_vehDoor, NUM_ANIMS, m_pVehicleAnim->currentTime * 5.0f);
|
|
m_pMyVehicle->ProcessOpenDoor(m_vehDoor, ANIM_STD_NUM, m_pVehicleAnim->currentTime * 5.0f);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
#endif
|
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.