mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-18 20:54:09 +00:00
Merge remote-tracking branch 'origin/miami' into lcs
* origin/miami: bug of the decade big oof colmodel fix
This commit is contained in:
commit
f73e870bde
3 changed files with 5 additions and 3 deletions
|
@ -132,7 +132,7 @@ CPlayerInfo::Process(void)
|
|||
CAutomobile *car = (CAutomobile*)m_pPed->m_pMyVehicle;
|
||||
|
||||
if (car->m_nWheelsOnGround < 3)
|
||||
m_nTimeNotFullyOnGround += CTimer::GetTimeInMilliseconds();
|
||||
m_nTimeNotFullyOnGround += CTimer::GetTimeStepInMilliseconds();
|
||||
else
|
||||
m_nTimeNotFullyOnGround = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue