diff options
| author | theo3 <arisstephenson2@gmail.com> | 2023-12-28 19:05:06 -0800 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2023-12-28 19:05:06 -0800 |
| commit | a030120a0c3b65cd1a35ec83644edca6985e5346 (patch) | |
| tree | e62d4aa047ff662b6e41ce0744f1e39fab9291e1 /src/object/fourElements.c | |
| parent | 7c1c612c9ba95b47f33cfd217ab99c4c9102531e (diff) | |
clean up linkAnimation.c
Diffstat (limited to 'src/object/fourElements.c')
| -rw-r--r-- | src/object/fourElements.c | 2 |
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); |
