diff options
author | aap <aap@papnet.eu> | 2019-05-31 19:18:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-31 19:18:18 +0200 |
commit | 7eee450a698cf3cee5e21da45477d7a308668e1c (patch) | |
tree | 392a32b7c35ad574879564487f52ed14d6d4ea5c /src/re3.cpp | |
parent | more high level functions (diff) | |
parent | rw skeleton (diff) | |
download | re3-7eee450a698cf3cee5e21da45477d7a308668e1c.tar re3-7eee450a698cf3cee5e21da45477d7a308668e1c.tar.gz re3-7eee450a698cf3cee5e21da45477d7a308668e1c.tar.bz2 re3-7eee450a698cf3cee5e21da45477d7a308668e1c.tar.lz re3-7eee450a698cf3cee5e21da45477d7a308668e1c.tar.xz re3-7eee450a698cf3cee5e21da45477d7a308668e1c.tar.zst re3-7eee450a698cf3cee5e21da45477d7a308668e1c.zip |
Diffstat (limited to 'src/re3.cpp')
-rw-r--r-- | src/re3.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/re3.cpp b/src/re3.cpp index 08d02d12..b3484c60 100644 --- a/src/re3.cpp +++ b/src/re3.cpp @@ -9,8 +9,6 @@ void **rwengine = *(void***)0x5A10E1; -RsGlobalType &RsGlobal = *(RsGlobalType*)0x8F4360; - GlobalScene &Scene = *(GlobalScene*)0x726768; DebugMenuAPI gDebugMenuAPI; |