diff options
author | erorcun <erayorcunus@gmail.com> | 2020-05-22 14:24:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-22 14:24:08 +0200 |
commit | 4fd1771f7179bb29ce11fc8910ec527b5f74d2b0 (patch) | |
tree | b05a0255a5742a13e90a3a8f735190e4dd7f5706 /src/render/Hud.h | |
parent | Merge pull request #573 from Nick007J/miami (diff) | |
parent | VC CMenuManager struct, ctor etc. (diff) | |
download | re3-4fd1771f7179bb29ce11fc8910ec527b5f74d2b0.tar re3-4fd1771f7179bb29ce11fc8910ec527b5f74d2b0.tar.gz re3-4fd1771f7179bb29ce11fc8910ec527b5f74d2b0.tar.bz2 re3-4fd1771f7179bb29ce11fc8910ec527b5f74d2b0.tar.lz re3-4fd1771f7179bb29ce11fc8910ec527b5f74d2b0.tar.xz re3-4fd1771f7179bb29ce11fc8910ec527b5f74d2b0.tar.zst re3-4fd1771f7179bb29ce11fc8910ec527b5f74d2b0.zip |
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(); |