We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abffd87 commit c87ff84Copy full SHA for c87ff84
Client/game_sa/CPlayerPedSA.cpp
@@ -75,7 +75,7 @@ CPlayerPedSA::CPlayerPedSA(unsigned int nModelIndex)
75
// Set default stuff
76
m_pData->m_bRenderWeapon = true;
77
m_pData->m_Wanted = pLocalWanted;
78
- m_pData->m_fSprintEnergy = 1000.0f;
+ m_pData->m_fTimeCanRun = 1000.0f;
79
80
// Clothes pointers or we'll crash later (TODO: Wrap up with some cloth classes and make it unique per player)
81
m_pData->m_pClothes = pLocalClothes;
0 commit comments