diff options
author | aap <aap@papnet.eu> | 2019-05-31 11:44:43 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2019-05-31 11:44:43 +0200 |
commit | 84204471a51f4bd0a4f89619d2dbdb5b59e21be7 (patch) | |
tree | 580a74d286d3392733aed0efbf41c9f132f066c8 /src/Game.cpp | |
parent | CCredits name cleanup (diff) | |
download | re3-84204471a51f4bd0a4f89619d2dbdb5b59e21be7.tar re3-84204471a51f4bd0a4f89619d2dbdb5b59e21be7.tar.gz re3-84204471a51f4bd0a4f89619d2dbdb5b59e21be7.tar.bz2 re3-84204471a51f4bd0a4f89619d2dbdb5b59e21be7.tar.lz re3-84204471a51f4bd0a4f89619d2dbdb5b59e21be7.tar.xz re3-84204471a51f4bd0a4f89619d2dbdb5b59e21be7.tar.zst re3-84204471a51f4bd0a4f89619d2dbdb5b59e21be7.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Game.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Game.cpp b/src/Game.cpp index 7f9d86a0..2cac69ea 100644 --- a/src/Game.cpp +++ b/src/Game.cpp @@ -3,3 +3,7 @@ #include "Game.h" int &CGame::currLevel = *(int*)0x941514; +bool &CGame::bDemoMode = *(bool*)0x5F4DD0; +bool &CGame::nastyGame = *(bool*)0x5F4DD4; + +WRAPPER void CGame::Process(void) { EAXJMP(0x48C850); } |