diff options
| author | Anghelo Carvajal <angheloalf95@gmail.com> | 2021-04-02 20:30:26 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-02 19:30:26 -0400 |
| commit | c94e595dc1dad2d7a152b5b8492cd34bfb7e7f7e (patch) | |
| tree | 4642bdabaf04f80dde72ac312bb4fc7021c00ef2 /src/code/z_actor.c | |
| parent | fa5e785760254860c0a10195d1e0cb566314a27a (diff) | |
Misc objects problems (#748)
* fix hidan door
Signed-off-by: angie <angheloalf95@gmail.com>
* doors and lens of truth in gameplaykeep
Signed-off-by: angie <angheloalf95@gmail.com>
* other minor fixes
Signed-off-by: angie <angheloalf95@gmail.com>
* Fix a typo
Signed-off-by: Angie <angheloalf95@gmail.com>
Diffstat (limited to 'src/code/z_actor.c')
| -rw-r--r-- | src/code/z_actor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_actor.c b/src/code/z_actor.c index f5d99fff3..f1d5a9530 100644 --- a/src/code/z_actor.c +++ b/src/code/z_actor.c @@ -2245,7 +2245,7 @@ void func_80030ED8(Actor* actor) { void func_80030FA8(GraphicsContext* gfxCtx) { OPEN_DISPS(gfxCtx, "../z_actor.c", 6161); - gDPLoadTextureBlock(POLY_XLU_DISP++, gUnknownCircle5Tex, G_IM_FMT_I, G_IM_SIZ_8b, 64, 64, 0, + gDPLoadTextureBlock(POLY_XLU_DISP++, gLensOfTruthMaskTex, G_IM_FMT_I, G_IM_SIZ_8b, 64, 64, 0, G_TX_MIRROR | G_TX_CLAMP, G_TX_MIRROR | G_TX_CLAMP, 6, 6, G_TX_NOLOD, G_TX_NOLOD); gDPSetTileSize(POLY_XLU_DISP++, G_TX_RENDERTILE, 384, 224, 892, 732); |
