diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/renderer/Hud.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renderer/Hud.cpp b/src/renderer/Hud.cpp index 7bf96dfa..d7d8050f 100644 --- a/src/renderer/Hud.cpp +++ b/src/renderer/Hud.cpp @@ -568,7 +568,7 @@ void CHud::Draw() if (m_ItemToFlash == ITEM_HEALTH && FRAMECOUNTER & 8 || m_ItemToFlash != ITEM_HEALTH || playerPed->m_fHealth < 10 - && CTimer::FRAMECOUNTER & 8) { + && FRAMECOUNTER & 8) { if (playerPed->m_fHealth >= 10 || playerPed->m_fHealth < 10 && FRAMECOUNTER & 8) { |