diff options
Diffstat (limited to '')
-rw-r--r-- | src/render/Hud.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render/Hud.h b/src/render/Hud.h index bae19ee4..4c02827b 100644 --- a/src/render/Hud.h +++ b/src/render/Hud.h @@ -119,6 +119,7 @@ public: static uint32 m_WeaponTimer; static uint32 m_LastDisplayScore; + static uint32 m_LastWanted; public: static void Draw(); |