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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/render/Hud.h b/src/render/Hud.h
index bae19ee4..db92e32c 100644
--- a/src/render/Hud.h
+++ b/src/render/Hud.h
@@ -119,11 +119,15 @@ public:
static uint32 m_WeaponTimer;
static uint32 m_LastDisplayScore;
+ static uint32 m_LastWanted;
public:
static void Draw();
static void DrawAfterFade();
static void GetRidOfAllHudMessages();
+#ifdef RELOADABLES
+ static void ReloadTXD();
+#endif
static void Initialise();
static void ReInitialise();
static void SetBigMessage(wchar *message, int16 style);