mirror of
https://github.com/halpz/re3.git
synced 2025-07-17 18:18:13 +00:00
Message box, letterbox and ped attaching
This commit is contained in:
@ -2064,6 +2064,10 @@ CWorld::Process(void)
|
||||
movingPed->bInVehicle = false;
|
||||
movingPed->QuitEnteringCar();
|
||||
}
|
||||
} else if (movingPed->m_attachedTo) {
|
||||
movingPed->PositionAttachedPed();
|
||||
movingPed->GetMatrix().UpdateRW();
|
||||
movingPed->UpdateRwFrame();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user