Merge remote-tracking branch 'origin/miami' into lcs

* origin/miami:
  bug of the decade
  big oof
  colmodel fix
This commit is contained in:
Sergeanur
2021-01-12 22:29:50 +02:00
3 changed files with 5 additions and 3 deletions

View File

@ -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;