summaryrefslogtreecommitdiff
path: root/src/code/z_actor.c
diff options
context:
space:
mode:
authorDerek Hensley <hensley.derek58@gmail.com>2025-03-03 08:22:56 -0800
committerGitHub <noreply@github.com>2025-03-03 13:22:56 -0300
commitb9c7cbcbf63c9ffd60a9d51e9bfb81bda5df487b (patch)
tree1f6c7a73b3012ebb819a3bbc88f218811848c41c /src/code/z_actor.c
parentfde2b78a92ef591e992d1ba6095a83f335659695 (diff)
EffectSs Sync (#1799)
* gEffectSsOverlayTable * Sync with OoT docs
Diffstat (limited to 'src/code/z_actor.c')
-rw-r--r--src/code/z_actor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_actor.c b/src/code/z_actor.c
index 7a21566ba..e54fc18e7 100644
--- a/src/code/z_actor.c
+++ b/src/code/z_actor.c
@@ -3187,7 +3187,7 @@ void Actor_DrawAll(PlayState* play, ActorContext* actorCtx) {
}
Effect_DrawAll(play->state.gfxCtx);
- EffectSS_DrawAllParticles(play);
+ EffectSs_DrawAll(play);
EffFootmark_Draw(play);
ref2 = POLY_XLU_DISP;