diff options
| author | Baoulettes <perlouzerie@hotmail.fr> | 2022-05-29 23:02:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-29 23:02:19 +0200 |
| commit | ea0ea0366be367fa6c8015772728489a22ebfdde (patch) | |
| tree | 90d295b68a32dc8eb312778865be226e6ed31c8d /soh/src/code/z_actor.c | |
| parent | 72125bbd1e604369527e99056390bda2d37d9d9b (diff) | |
| parent | daec428cb3844bdb5261f5ddf47b613cce514d05 (diff) | |
Merge branch 'develop' into 3DProjectiles
Diffstat (limited to 'soh/src/code/z_actor.c')
| -rw-r--r-- | soh/src/code/z_actor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soh/src/code/z_actor.c b/soh/src/code/z_actor.c index ba5d4dcd6..bdb2fe78c 100644 --- a/soh/src/code/z_actor.c +++ b/soh/src/code/z_actor.c @@ -2290,8 +2290,8 @@ void Actor_DrawFaroresWindPointer(GlobalContext* globalCtx) { ((void)0, gSaveContext.respawn[RESPAWN_MODE_TOP].pos.y) + yOffset, ((void)0, gSaveContext.respawn[RESPAWN_MODE_TOP].pos.z), 255, 255, 255, lightRadius); - CLOSE_DISPS(globalCtx->state.gfxCtx, "../z_actor.c", 5474); } + CLOSE_DISPS(globalCtx->state.gfxCtx, "../z_actor.c", 5474); } void func_80030488(GlobalContext* globalCtx) { |
