mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 13:54:09 +00:00
Update HUD stuff, bug and format fixes.
Added environment variables to premake5.lua. Update README.md
This commit is contained in:
parent
d92c9085da
commit
f299e9ebd5
17 changed files with 291 additions and 190 deletions
|
@ -6,6 +6,7 @@ WRAPPER void CDarkel::DrawMessages(void) { EAXJMP(0x420920); }
|
|||
|
||||
bool CDarkel::Status = *(bool*)0x95CCB4;
|
||||
|
||||
bool CDarkel::FrenzyOnGoing() {
|
||||
bool CDarkel::FrenzyOnGoing()
|
||||
{
|
||||
return Status;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue