mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-12-23 12:20:00 +00:00
bug of the decade
This commit is contained in:
parent
6cfc61ac0e
commit
0afa027ab4
|
@ -132,7 +132,7 @@ CPlayerInfo::Process(void)
|
||||||
CAutomobile *car = (CAutomobile*)m_pPed->m_pMyVehicle;
|
CAutomobile *car = (CAutomobile*)m_pPed->m_pMyVehicle;
|
||||||
|
|
||||||
if (car->m_nWheelsOnGround < 3)
|
if (car->m_nWheelsOnGround < 3)
|
||||||
m_nTimeNotFullyOnGround += CTimer::GetTimeInMilliseconds();
|
m_nTimeNotFullyOnGround += CTimer::GetTimeStepInMilliseconds();
|
||||||
else
|
else
|
||||||
m_nTimeNotFullyOnGround = 0;
|
m_nTimeNotFullyOnGround = 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue