diff options
Diffstat (limited to 'src/npc/pita.c')
| -rw-r--r-- | src/npc/pita.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/npc/pita.c b/src/npc/pita.c index ccf79c69..673de68b 100644 --- a/src/npc/pita.c +++ b/src/npc/pita.c @@ -28,7 +28,7 @@ void Pita(PitaEntity* this) { }; if (super->action == 0) { super->action++; - SetDefaultPriority(super, PRIO_MESSAGE); + SetEntityPriority(super, PRIO_MESSAGE); SortEntityAbove(super, super); super->hitbox = (Hitbox*)&gUnk_0810C428; sub_0807DD64(super); |
