mirror of
https://github.com/GTAmodding/re3.git
synced 2024-12-25 06:45:42 +00:00
fix
This commit is contained in:
parent
4bce84df4d
commit
c7e33bd8e5
1 changed files with 1 additions and 1 deletions
|
@ -1285,7 +1285,7 @@ CPed::LineUpPedWithCar(PedLineUpPhase phase)
|
||||||
} else if (veh->bIsBus) {
|
} else if (veh->bIsBus) {
|
||||||
m_fRotationDest = 0.5 * PI + veh->GetForward().Heading();
|
m_fRotationDest = 0.5 * PI + veh->GetForward().Heading();
|
||||||
} else {
|
} else {
|
||||||
m_fRotationDest = GetForward().Heading();
|
m_fRotationDest = veh->GetForward().Heading();
|
||||||
}
|
}
|
||||||
} else if (m_vehEnterType == VEHICLE_ENTER_FRONT_LEFT || m_vehEnterType == VEHICLE_ENTER_REAR_LEFT) {
|
} else if (m_vehEnterType == VEHICLE_ENTER_FRONT_LEFT || m_vehEnterType == VEHICLE_ENTER_REAR_LEFT) {
|
||||||
if (vehIsUpsideDown) {
|
if (vehIsUpsideDown) {
|
||||||
|
|
Loading…
Reference in a new issue