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/minishVillageObject.c | |
| parent | 7c1c612c9ba95b47f33cfd217ab99c4c9102531e (diff) | |
clean up linkAnimation.c
Diffstat (limited to 'src/object/minishVillageObject.c')
| -rw-r--r-- | src/object/minishVillageObject.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/minishVillageObject.c b/src/object/minishVillageObject.c index 7abd4675..dbefdeb9 100644 --- a/src/object/minishVillageObject.c +++ b/src/object/minishVillageObject.c @@ -127,7 +127,7 @@ void sub_0808D2CC(void) { Entity* obj = FindEntity(6, MINISH_VILLAGE_OBJECT, 6, 1, 0); if (obj != NULL) { obj->type = 9; - SetDefaultPriority(obj, 2); + SetEntityPriority(obj, 2); } } |
