summaryrefslogtreecommitdiffstats
path: root/src/render/Hud.h
diff options
context:
space:
mode:
authorerorcun <erayorcunus@gmail.com>2020-05-22 14:24:08 +0200
committerGitHub <noreply@github.com>2020-05-22 14:24:08 +0200
commit4fd1771f7179bb29ce11fc8910ec527b5f74d2b0 (patch)
treeb05a0255a5742a13e90a3a8f735190e4dd7f5706 /src/render/Hud.h
parentMerge pull request #573 from Nick007J/miami (diff)
parentVC CMenuManager struct, ctor etc. (diff)
downloadre3-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 'src/render/Hud.h')
-rw-r--r--src/render/Hud.h1
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();