diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2020-03-02 22:54:13 +0300 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2020-03-02 22:54:13 +0300 |
commit | d492390fec17d8a96cf5ee282c3b2085894b80c4 (patch) | |
tree | a134a2b634defc653d26613ab08c6dffe083ccb6 /src/render/Shadows.cpp | |
parent | 90ff2f73ebecc460d84a7ee43baf4174c86f847f (diff) |
script utils
Diffstat (limited to 'src/render/Shadows.cpp')
-rw-r--r-- | src/render/Shadows.cpp | 1 |
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; |