Skip to content

Commit c87ff84

Browse files
authored
Another minor fix after #3760 (#3767)
1 parent abffd87 commit c87ff84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/game_sa/CPlayerPedSA.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ CPlayerPedSA::CPlayerPedSA(unsigned int nModelIndex)
7575
// Set default stuff
7676
m_pData->m_bRenderWeapon = true;
7777
m_pData->m_Wanted = pLocalWanted;
78-
m_pData->m_fSprintEnergy = 1000.0f;
78+
m_pData->m_fTimeCanRun = 1000.0f;
7979

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

0 commit comments

Comments
 (0)