1
0
Fork 0
mirror of https://github.com/halpz/re3.git synced 2024-12-23 17:45:28 +00:00
This commit is contained in:
Sergeanur 2021-07-25 19:59:02 +03:00
parent 601f63f4fb
commit 5032d24ad8

View file

@ -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) {