summaryrefslogtreecommitdiffstats
path: root/src/control
diff options
context:
space:
mode:
authorerorcun <erayorcunus@gmail.com>2020-03-12 00:33:55 +0100
committerGitHub <noreply@github.com>2020-03-12 00:33:55 +0100
commit3e78600420e4ba0f49a140dd365f44fd600ec057 (patch)
treedf50a5dc9037b336d48e12bfc8f2394592808c8e /src/control
parentMerge pull request #343 from Nick007J/master (diff)
parentMerge branch 'master' into erorcun (diff)
downloadre3-3e78600420e4ba0f49a140dd365f44fd600ec057.tar
re3-3e78600420e4ba0f49a140dd365f44fd600ec057.tar.gz
re3-3e78600420e4ba0f49a140dd365f44fd600ec057.tar.bz2
re3-3e78600420e4ba0f49a140dd365f44fd600ec057.tar.lz
re3-3e78600420e4ba0f49a140dd365f44fd600ec057.tar.xz
re3-3e78600420e4ba0f49a140dd365f44fd600ec057.tar.zst
re3-3e78600420e4ba0f49a140dd365f44fd600ec057.zip
Diffstat (limited to 'src/control')
-rw-r--r--src/control/GameLogic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control/GameLogic.cpp b/src/control/GameLogic.cpp
index ccba05c9..1e5b72c3 100644
--- a/src/control/GameLogic.cpp
+++ b/src/control/GameLogic.cpp
@@ -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;