diff options
| author | Theo <65437533+notyourav@users.noreply.github.com> | 2023-12-28 19:09:44 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-28 19:09:44 -0800 |
| commit | 56688ac226db420c7b8ee7080f7185da58437fbc (patch) | |
| tree | e62d4aa047ff662b6e41ce0744f1e39fab9291e1 /src/object/minishVillageObject.c | |
| parent | d6b425f340a93d3a7b6b278a3fbc182552f32eba (diff) | |
| parent | a030120a0c3b65cd1a35ec83644edca6985e5346 (diff) | |
Merge pull request #675 from notyourav/d
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); } } |
