mirror of
https://github.com/GTAmodding/re3.git
synced 2021-02-19 17:49:54 +01:00
fix
This commit is contained in:
parent
4bce84df4d
commit
c7e33bd8e5
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user