New updates for Hud.cpp and more.
This commit is contained in:
@ -3,3 +3,9 @@
|
||||
#include "Darkel.h"
|
||||
|
||||
WRAPPER void CDarkel::DrawMessages(void) { EAXJMP(0x420920); }
|
||||
|
||||
bool CDarkel::Status = *(bool*)0x95CCB4;
|
||||
|
||||
bool CDarkel::FrenzyOnGoing() {
|
||||
return Status;
|
||||
}
|
Reference in New Issue
Block a user