summaryrefslogtreecommitdiff
path: root/src/npc/cat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/npc/cat.c')
-rw-r--r--src/npc/cat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/npc/cat.c b/src/npc/cat.c
index aa2d221e..d2f42aec 100644
--- a/src/npc/cat.c
+++ b/src/npc/cat.c
@@ -221,7 +221,7 @@ void sub_0806799C(CatEntity* this) {
UpdateAnimationSingleFrame(super);
if ((gMessage.doTextBox & 0x7f) == 0) {
sub_08067B08(this);
- SetDefaultPriority(super, PRIO_PLAYER);
+ SetEntityPriority(super, PRIO_PLAYER);
}
}
@@ -409,7 +409,7 @@ void sub_08067C44(CatEntity* this) {
} else {
super->action = 4;
sub_08067790(super);
- SetDefaultPriority(super, PRIO_MESSAGE);
+ SetEntityPriority(super, PRIO_MESSAGE);
}
super->interactType = INTERACTION_NONE;
SoundReq(SFX_VO_CAT);