summaryrefslogtreecommitdiff
path: root/src/object/object30.c
diff options
context:
space:
mode:
authoroctorock <79596758+octorock@users.noreply.github.com>2023-12-31 02:12:41 +0100
committeroctorock <79596758+octorock@users.noreply.github.com>2023-12-31 02:12:41 +0100
commit109b1020dcbfa17e80d28c522b5d792f7b3c6d46 (patch)
treecf23c1134de2891d0eed3b55549e70b29eb1997f /src/object/object30.c
parent957da774e4c34100e0bd352b1570af02bb7f7521 (diff)
parent9c87bcca8ea4b52199ed908c0ea28ab08b1d0747 (diff)
Merge branch 'master' into tilemap-docs
Diffstat (limited to 'src/object/object30.c')
-rw-r--r--src/object/object30.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/object/object30.c b/src/object/object30.c
index fd565bb9..3f31e5e3 100644
--- a/src/object/object30.c
+++ b/src/object/object30.c
@@ -4,7 +4,6 @@
*
* @brief Object30 object
*/
-#define NENT_DEPRECATED
#include "collision.h"
#include "functions.h"
#include "item.h"
@@ -106,6 +105,6 @@ void sub_0808A968(Object30Entity* this) {
super->spriteSettings.shadow = 0;
super->collisionFlags |= 0x10;
super->hitbox = (Hitbox*)&gUnk_08121C58;
- SetDefaultPriority(super, 2);
+ SetEntityPriority(super, 2);
this->gravity = Q_8_8(40.0);
}