1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-12-23 05:40:00 +00:00
This commit is contained in:
aap 2019-06-29 13:25:47 +02:00
parent 4bce84df4d
commit c7e33bd8e5

View file

@ -1285,7 +1285,7 @@ CPed::LineUpPedWithCar(PedLineUpPhase phase)
} else if (veh->bIsBus) {
m_fRotationDest = 0.5 * PI + veh->GetForward().Heading();
} else {
m_fRotationDest = GetForward().Heading();
m_fRotationDest = veh->GetForward().Heading();
}
} else if (m_vehEnterType == VEHICLE_ENTER_FRONT_LEFT || m_vehEnterType == VEHICLE_ENTER_REAR_LEFT) {
if (vehIsUpsideDown) {