mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-17 14:24:08 +00:00
Fixes and cleanup
This commit is contained in:
parent
f72453d03e
commit
a718e699ad
11 changed files with 122 additions and 92 deletions
|
@ -387,7 +387,7 @@ CPlayerInfo::Process(void)
|
|||
|
||||
// Because vehicle enter/exit use same key binding.
|
||||
bool enterOrExitVeh;
|
||||
if (m_pPed->m_ped_flagI4 && m_pPed->bInVehicle)
|
||||
if (m_pPed->bVehExitWillBeInstant && m_pPed->bInVehicle)
|
||||
enterOrExitVeh = CPad::GetPad(0)->ExitVehicleJustDown();
|
||||
else
|
||||
enterOrExitVeh = CPad::GetPad(0)->GetExitVehicle();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue