summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-06-17 22:42:11 +0200
committerGitHub <noreply@github.com>2019-06-17 22:42:11 +0200
commitdc230df8b103725f38c0fdae7f64a27a40461f45 (patch)
tree9a90a32900698205fb443de76f9097d54cf94dd3
parentMerge branch 'master' of github.com:GTAmodding/re3 (diff)
parentMerge branch 'master' of https://github.com/gennariarmando/re3 (diff)
downloadre3-dc230df8b103725f38c0fdae7f64a27a40461f45.tar
re3-dc230df8b103725f38c0fdae7f64a27a40461f45.tar.gz
re3-dc230df8b103725f38c0fdae7f64a27a40461f45.tar.bz2
re3-dc230df8b103725f38c0fdae7f64a27a40461f45.tar.lz
re3-dc230df8b103725f38c0fdae7f64a27a40461f45.tar.xz
re3-dc230df8b103725f38c0fdae7f64a27a40461f45.tar.zst
re3-dc230df8b103725f38c0fdae7f64a27a40461f45.zip
-rw-r--r--src/render/Hud.cpp2
1 files changed, 1 insertions, 1 deletions
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);