From d492390fec17d8a96cf5ee282c3b2085894b80c4 Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Mon, 2 Mar 2020 22:54:13 +0300 Subject: script utils --- src/render/Shadows.cpp | 1 + src/render/Shadows.h | 1 + 2 files changed, 2 insertions(+) (limited to 'src/render') 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; -- cgit v1.2.3