Skip to content

Commit

Permalink
Another minor fix after #3760 (#3767)
Browse files Browse the repository at this point in the history
  • Loading branch information
FileEX authored Oct 5, 2024
1 parent abffd87 commit c87ff84
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit c87ff84

Please sign in to comment.