From 6f0fb7cd3600883794b7542a3a2f8405d4b9d30b Mon Sep 17 00:00:00 2001 From: _AG Date: Mon, 17 Jun 2019 21:06:26 +0200 Subject: Fixed health icon. --- src/render/Hud.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/render/Hud.cpp b/src/render/Hud.cpp index bd8cee51..5bf78521 100644 --- a/src/render/Hud.cpp +++ b/src/render/Hud.cpp @@ -432,7 +432,7 @@ void CHud::Draw() if (CWorld::Players[CWorld::PlayerInFocus].m_pPed->m_fHealth >= 10 || CWorld::Players[CWorld::PlayerInFocus].m_pPed->m_fHealth < 10 && CTimer::GetFrameCounter() & 8) { - AsciiToUnicode("[", sPrintIcon); + AsciiToUnicode("{", sPrintIcon); sprintf(sTemp, "%03d", (int32)CWorld::Players[CWorld::PlayerInFocus].m_pPed->m_fHealth); AsciiToUnicode(sTemp, sPrint); -- cgit v1.2.3