diff options
author | erorcun <erayorcunus@gmail.com> | 2020-03-11 22:54:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-11 22:54:02 +0100 |
commit | 33f89dba2587374ae04059656879b5f849cc24d2 (patch) | |
tree | 109d0bbbb1834b9ad1f90266c08821e8561b511a /src/render | |
parent | Merge pull request #342 from Nick007J/master (diff) | |
parent | more utils (diff) | |
download | re3-33f89dba2587374ae04059656879b5f849cc24d2.tar re3-33f89dba2587374ae04059656879b5f849cc24d2.tar.gz re3-33f89dba2587374ae04059656879b5f849cc24d2.tar.bz2 re3-33f89dba2587374ae04059656879b5f849cc24d2.tar.lz re3-33f89dba2587374ae04059656879b5f849cc24d2.tar.xz re3-33f89dba2587374ae04059656879b5f849cc24d2.tar.zst re3-33f89dba2587374ae04059656879b5f849cc24d2.zip |
Diffstat (limited to 'src/render')
-rw-r--r-- | src/render/Shadows.cpp | 1 | ||||
-rw-r--r-- | src/render/Shadows.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/render/Shadows.cpp b/src/render/Shadows.cpp index 1d100d4d..e14b0453 100644 --- a/src/render/Shadows.cpp +++ b/src/render/Shadows.cpp @@ -40,6 +40,7 @@ RwTexture *&gpGoalMarkerTex = *(RwTexture **)0x94142C; RwTexture *&gpWalkDontTex = *(RwTexture **)0x95CB4C; RwTexture *&gpCrackedGlassTex = *(RwTexture **)0x95CB94; RwTexture *&gpPostShadowTex = *(RwTexture **)0x8F59D4; +RwTexture *&gpGoalTex = *(RwTexture**)0x94142C; #if 1 int16 CShadows::ShadowsStoredToBeRendered; diff --git a/src/render/Shadows.h b/src/render/Shadows.h index c12327b1..41404612 100644 --- a/src/render/Shadows.h +++ b/src/render/Shadows.h @@ -178,3 +178,4 @@ public: extern RwTexture *&gpBloodPoolTex; extern RwTexture *&gpShadowExplosionTex; extern RwTexture *&gpShadowHeadLightsTex; +extern RwTexture *&gpGoalTex; |