bug of the decade

This commit is contained in:
aap 2021-01-12 21:28:13 +01:00
parent 6cfc61ac0e
commit 0afa027ab4
1 changed files with 1 additions and 1 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;