mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 21:14:07 +00:00
Message box, letterbox and ped attaching
This commit is contained in:
parent
23f20ceaf8
commit
e07b6fdce7
7 changed files with 88 additions and 32 deletions
|
@ -2064,6 +2064,10 @@ CWorld::Process(void)
|
|||
movingPed->bInVehicle = false;
|
||||
movingPed->QuitEnteringCar();
|
||||
}
|
||||
} else if (movingPed->m_attachedTo) {
|
||||
movingPed->PositionAttachedPed();
|
||||
movingPed->GetMatrix().UpdateRW();
|
||||
movingPed->UpdateRwFrame();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue