Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
fix VC_PED_PORTS build
  • Loading branch information
withmorten committed Feb 3, 2021
1 parent f7959d5 commit e6d86bfab509a59119a5f8156cc3b600a47bb3e8
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/peds/PedAI.cpp
@@ -3454,7 +3454,7 @@ CPed::BeingDraggedFromCar(void)
#ifdef VC_PED_PORTS
if (m_objective == OBJECTIVE_LEAVE_CAR_AND_DIE) {
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

0 comments on commit e6d86bf

Please sign in to comment.