mirror of
https://github.com/halpz/re3.git
synced 2025-06-27 03:06:17 +00:00
RE more stuff from COnscreenTimer
This commit is contained in:
@ -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); }
|
||||
|
@ -5,4 +5,6 @@ class CHud
|
||||
public:
|
||||
static void Draw(void);
|
||||
static void DrawAfterFade(void);
|
||||
|
||||
static bool &m_Wants_To_Draw_Hud;
|
||||
};
|
||||
|
Reference in New Issue
Block a user