got rid of upper case types

This commit is contained in:
aap
2019-06-17 00:16:38 +02:00
parent e8c5f7da52
commit 0add48abf5
49 changed files with 701 additions and 708 deletions

View File

@ -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;