summaryrefslogtreecommitdiffstats
path: root/src/render/Hud.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/Hud.cpp')
-rw-r--r--src/render/Hud.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/render/Hud.cpp b/src/render/Hud.cpp
index f3211fd6..0de5f5b0 100644
--- a/src/render/Hud.cpp
+++ b/src/render/Hud.cpp
@@ -2,5 +2,7 @@
#include "patcher.h"
#include "Hud.h"
+bool &CHud::m_Wants_To_Draw_Hud = *(bool*)0x95CD89;
+
WRAPPER void CHud::Draw(void) { EAXJMP(0x5052A0); }
WRAPPER void CHud::DrawAfterFade(void) { EAXJMP(0x509030); }