summaryrefslogtreecommitdiff
path: root/src/object/objectA8.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/objectA8.c')
-rw-r--r--src/object/objectA8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/objectA8.c b/src/object/objectA8.c
index dca5a903..819495d4 100644
--- a/src/object/objectA8.c
+++ b/src/object/objectA8.c
@@ -83,7 +83,7 @@ void ObjectA8_Init(ObjectA8Entity* this) {
super->gustJarFlags = 1;
this->unk_74 = super->x.HALF.HI;
this->unk_76 = super->y.HALF.HI;
- SetDefaultPriority(super, 3);
+ SetEntityPriority(super, 3);
EnqueueSFX(SFX_136);
}