summaryrefslogtreecommitdiffstats
path: root/src/render/Hud.cpp
blob: 0de5f5b07781c01ff5c5a01d6ed8a4cba7d366a0 (plain) (blame)
1
2
3
4
5
6
7
8
#include "common.h"
#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); }