summaryrefslogtreecommitdiffstats
path: root/src/render/Hud.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-06-17 00:16:38 +0200
committeraap <aap@papnet.eu>2019-06-17 00:23:19 +0200
commit0add48abf589330ae6fe11e304c111d9f52ce009 (patch)
treee9f4374bf520a2fdfb9f3d66cd4ed0aa822a020b /src/render/Hud.h
parentupdated guidelines (diff)
downloadre3-0add48abf589330ae6fe11e304c111d9f52ce009.tar
re3-0add48abf589330ae6fe11e304c111d9f52ce009.tar.gz
re3-0add48abf589330ae6fe11e304c111d9f52ce009.tar.bz2
re3-0add48abf589330ae6fe11e304c111d9f52ce009.tar.lz
re3-0add48abf589330ae6fe11e304c111d9f52ce009.tar.xz
re3-0add48abf589330ae6fe11e304c111d9f52ce009.tar.zst
re3-0add48abf589330ae6fe11e304c111d9f52ce009.zip
Diffstat (limited to '')
-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;