summaryrefslogtreecommitdiffstats
path: root/src/render/Hud.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-06-20 11:28:04 +0200
committerGitHub <noreply@github.com>2019-06-20 11:28:04 +0200
commit109cde810c7b6115f864cf3e5005111c17284ab9 (patch)
tree052fc5a6c687983435f8d0b871b2d9abff31f747 /src/render/Hud.h
parentfinally finished CVehicleModelInfo (diff)
parentFix bug in templates.h, again. (diff)
downloadre3-109cde810c7b6115f864cf3e5005111c17284ab9.tar
re3-109cde810c7b6115f864cf3e5005111c17284ab9.tar.gz
re3-109cde810c7b6115f864cf3e5005111c17284ab9.tar.bz2
re3-109cde810c7b6115f864cf3e5005111c17284ab9.tar.lz
re3-109cde810c7b6115f864cf3e5005111c17284ab9.tar.xz
re3-109cde810c7b6115f864cf3e5005111c17284ab9.tar.zst
re3-109cde810c7b6115f864cf3e5005111c17284ab9.zip
Diffstat (limited to 'src/render/Hud.h')
-rw-r--r--src/render/Hud.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/render/Hud.h b/src/render/Hud.h
index c4c43e30..8f4b6fb6 100644
--- a/src/render/Hud.h
+++ b/src/render/Hud.h
@@ -3,6 +3,7 @@
enum eItems
{
+ ITEM_NONE = -1,
ITEM_ARMOUR = 3,
ITEM_HEALTH = 4,
ITEM_RADAR = 8
@@ -43,16 +44,16 @@ public:
static float &m_HelpMessageDisplayTime;
static float &m_fTextBoxNumLines;
static float &m_fHelpMessageTime;
- static bool &m_bHelpMessageQuick;
+ static bool &m_HelpMessageQuick;
static int32 m_ZoneState;
static int32 m_ZoneFadeTimer;
static int32 m_ZoneNameTimer;
- static wchar *&m_pZoneName;
- static wchar *m_pLastZoneName;
+ static wchar *&m_ZoneName;
+ static wchar *m_LastZoneName;
static wchar *m_ZoneToPrint;
- static wchar *&m_pVehicleName;
- static wchar *m_pLastVehicleName;
- static wchar *m_pVehicleNameToPrint;
+ static wchar *&m_VehicleName;
+ static wchar *m_LastVehicleName;
+ static wchar *m_VehicleNameToPrint;
static int32 m_VehicleState;
static int32 m_VehicleFadeTimer;
static int32 m_VehicleNameTimer;