Skip to content
2 changes: 1 addition & 1 deletion Client/game_sa/CPlayerPedSA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ CPlayerPedSA::CPlayerPedSA(unsigned int nModelIndex)
// Set default stuff
m_pData->m_bRenderWeapon = true;
m_pData->m_Wanted = pLocalWanted;
m_pData->m_fSprintEnergy = 1000.0f;
m_pData->m_fTimeCanRun = 1000.0f;

// Clothes pointers or we'll crash later (TODO: Wrap up with some cloth classes and make it unique per player)
m_pData->m_pClothes = pLocalClothes;
Expand Down
Loading