1
0
mirror of https://github.com/td512/re3.git synced 2026-02-16 12:22:48 +00:00

Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Nikolay Korolev
2020-03-15 18:47:36 +03:00
20 changed files with 588 additions and 151 deletions

View File

@@ -249,7 +249,7 @@ CGameLogic::RestorePlayerStuffDuringResurrection(CPlayerPed *pPlayerPed, CVector
pPlayerPed->m_fHealth = 100.0f;
pPlayerPed->m_fArmour = 0.0f;
pPlayerPed->bIsVisible = true;
pPlayerPed->m_bloodyFootprintCount = 0;
pPlayerPed->m_bloodyFootprintCountOrDeathTime = 0;
pPlayerPed->bDoBloodyFootprints = false;
pPlayerPed->ClearAdrenaline();
pPlayerPed->m_fCurrentStamina = pPlayerPed->m_fMaxStamina;