diff options
author | erorcun <erayorcunus@gmail.com> | 2020-03-11 22:57:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-11 22:57:35 +0100 |
commit | 4cc0fc1696bc81a437facbdc93a330d961963c90 (patch) | |
tree | df50a5dc9037b336d48e12bfc8f2394592808c8e /src/render | |
parent | CPopulation done, CCopPed and fixes (diff) | |
parent | Merge pull request #343 from Nick007J/master (diff) | |
download | re3-4cc0fc1696bc81a437facbdc93a330d961963c90.tar re3-4cc0fc1696bc81a437facbdc93a330d961963c90.tar.gz re3-4cc0fc1696bc81a437facbdc93a330d961963c90.tar.bz2 re3-4cc0fc1696bc81a437facbdc93a330d961963c90.tar.lz re3-4cc0fc1696bc81a437facbdc93a330d961963c90.tar.xz re3-4cc0fc1696bc81a437facbdc93a330d961963c90.tar.zst re3-4cc0fc1696bc81a437facbdc93a330d961963c90.zip |
Diffstat (limited to '')
-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 8af8d02d..66df0273 100644 --- a/src/render/Shadows.h +++ b/src/render/Shadows.h @@ -178,6 +178,7 @@ public: extern RwTexture *&gpBloodPoolTex; extern RwTexture *&gpShadowExplosionTex; extern RwTexture *&gpShadowHeadLightsTex; +extern RwTexture *&gpGoalTex; extern RwTexture *&gpOutline1Tex; extern RwTexture *&gpOutline2Tex; extern RwTexture *&gpOutline3Tex; |