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/manager/miscManager.c | |
| parent | 7c1c612c9ba95b47f33cfd217ab99c4c9102531e (diff) | |
clean up linkAnimation.c
Diffstat (limited to 'src/manager/miscManager.c')
| -rw-r--r-- | src/manager/miscManager.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/manager/miscManager.c b/src/manager/miscManager.c index 80d4cffc..2fe982bb 100644 --- a/src/manager/miscManager.c +++ b/src/manager/miscManager.c @@ -212,7 +212,7 @@ void MiscManager_Type3(MiscManager* this) { void MiscManager_Type4(MiscManager* this) { if (super->action == 0) { super->action = 1; - SetDefaultPriority((Entity*)this, PRIO_PLAYER_EVENT); + SetEntityPriority((Entity*)this, PRIO_PLAYER_EVENT); } if (CheckLocalFlag(0x6c)) { if (CheckLocalFlag(0x4b)) { @@ -430,7 +430,7 @@ void MiscManager_TypeE(MiscManager* this) { #if defined(USA) || defined(DEMO_USA) || defined(DEMO_JP) void MiscManager_TypeF(MiscManager* this) { - SetDefaultPriority((Entity*)this, PRIO_PLAYER_EVENT); + SetEntityPriority((Entity*)this, PRIO_PLAYER_EVENT); if (gPlayerEntity.action == PLAYER_TALKEZLO) { DeleteThisEntity(); } |
