summaryrefslogtreecommitdiffstats
path: root/src/render/Shadows.cpp
diff options
context:
space:
mode:
authorerorcun <erayorcunus@gmail.com>2020-03-11 22:54:02 +0100
committerGitHub <noreply@github.com>2020-03-11 22:54:02 +0100
commit33f89dba2587374ae04059656879b5f849cc24d2 (patch)
tree109d0bbbb1834b9ad1f90266c08821e8561b511a /src/render/Shadows.cpp
parentMerge pull request #342 from Nick007J/master (diff)
parentmore utils (diff)
downloadre3-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/Shadows.cpp')
-rw-r--r--src/render/Shadows.cpp1
1 files changed, 1 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;