summaryrefslogtreecommitdiff
path: root/src/object/fourElements.c
diff options
context:
space:
mode:
authorTheo <65437533+notyourav@users.noreply.github.com>2023-12-28 19:09:44 -0800
committerGitHub <noreply@github.com>2023-12-28 19:09:44 -0800
commit56688ac226db420c7b8ee7080f7185da58437fbc (patch)
treee62d4aa047ff662b6e41ce0744f1e39fab9291e1 /src/object/fourElements.c
parentd6b425f340a93d3a7b6b278a3fbc182552f32eba (diff)
parenta030120a0c3b65cd1a35ec83644edca6985e5346 (diff)
Merge pull request #675 from notyourav/d
clean up linkAnimation.c
Diffstat (limited to 'src/object/fourElements.c')
-rw-r--r--src/object/fourElements.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/fourElements.c b/src/object/fourElements.c
index a9e02140..1c3942ea 100644
--- a/src/object/fourElements.c
+++ b/src/object/fourElements.c
@@ -108,7 +108,7 @@ void FourElements_Action3(FourElementsEntity* this) {
if (super->timer != 0) {
sub_080A0424(this);
if (--super->timer == 0) {
- SetDefaultPriority(&gPlayerEntity, 0);
+ SetEntityPriority(&gPlayerEntity, 0);
}
} else {
RequestPriorityDuration(NULL, 60);