diff options
Diffstat (limited to '')
-rw-r--r-- | src/render/Hud.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/Hud.cpp b/src/render/Hud.cpp index 6df670a9..fe459b4a 100644 --- a/src/render/Hud.cpp +++ b/src/render/Hud.cpp @@ -154,8 +154,8 @@ void CHud::Draw() return; if (m_Wants_To_Draw_Hud && !TheCamera.m_WideScreenOn) { - bool DrawCrossHair = 0; - bool DrawCrossHairPC = 0; + bool DrawCrossHair = false; + bool DrawCrossHairPC = false; CPlayerPed *playerPed = FindPlayerPed(); eWeaponType WeaponType = playerPed->GetWeapon()->m_eWeaponType; |