summaryrefslogtreecommitdiffstats
path: root/src/render/Hud.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/Hud.h')
-rw-r--r--src/render/Hud.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/render/Hud.h b/src/render/Hud.h
index 04795981..7c06f9e5 100644
--- a/src/render/Hud.h
+++ b/src/render/Hud.h
@@ -31,10 +31,10 @@ public:
static int32 &m_HelpMessageTimer;
static int32 &m_HelpMessageFadeTimer;
static wchar *m_HelpMessageToPrint;
- static Float &m_HelpMessageDisplayTime;
- static Float &m_fTextBoxNumLines;
- static Float &m_fHelpMessageTime;
- static Bool &m_bHelpMessageQuick;
+ static float &m_HelpMessageDisplayTime;
+ static float &m_fTextBoxNumLines;
+ static float &m_fHelpMessageTime;
+ static bool &m_bHelpMessageQuick;
static int32 m_ZoneState;
static int32 m_ZoneFadeTimer;
static int32 m_ZoneNameTimer;
@@ -49,15 +49,15 @@ public:
static int32 m_VehicleNameTimer;
static wchar* m_Message;
static wchar* m_PagerMessage;
- static Bool &m_Wants_To_Draw_Hud;
- static Bool &m_Wants_To_Draw_3dMarkers;
+ static bool &m_Wants_To_Draw_Hud;
+ static bool &m_Wants_To_Draw_3dMarkers;
static wchar(*m_BigMessage)[128];
- static Float* BigMessageInUse;
- static Float* BigMessageAlpha;
- static Float* BigMessageX;
- static Float &OddJob2OffTimer;
+ static float* BigMessageInUse;
+ static float* BigMessageAlpha;
+ static float* BigMessageX;
+ static float &OddJob2OffTimer;
static int8 &CounterOnLastFrame;
- static Float &OddJob2XOffset;
+ static float &OddJob2XOffset;
static int16 &CounterFlashTimer;
static int16 &OddJob2Timer;
static int8 &TimerOnLastFrame;
@@ -65,7 +65,7 @@ public:
static int16 &TimerFlashTimer;
static int16 &PagerSoundPlayed;
static int32 &SpriteBrightness;
- static Float &PagerXOffset;
+ static float &PagerXOffset;
static int32 m_ItemToFlash;
static int16 &PagerTimer;
static int16 &PagerOn;