summaryrefslogtreecommitdiff
path: root/src/object/heartContainer.c
diff options
context:
space:
mode:
authortheo3 <arisstephenson2@gmail.com>2021-02-28 16:54:28 -0800
committertheo3 <arisstephenson2@gmail.com>2021-02-28 17:04:49 -0800
commite3ee1058bb05edd47321a5554995a1bc78b42289 (patch)
tree4284940e28d2c44940dee10bfa352fcd3bee5b1b /src/object/heartContainer.c
parent6596831a6bff9638c00baf7d81632d6ed1ed7e02 (diff)
create object enum and update entity type struct
Diffstat (limited to 'src/object/heartContainer.c')
-rw-r--r--src/object/heartContainer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/heartContainer.c b/src/object/heartContainer.c
index 8181dacc..f6858b50 100644
--- a/src/object/heartContainer.c
+++ b/src/object/heartContainer.c
@@ -29,7 +29,7 @@ static void sub_0808E6A0(Entity* this) {
DeleteThisEntity();
}
this->action = 1;
- this->entityType.form = 0x62;
+ this->type = 0x62;
this->spriteSettings.b.draw = 0;
this->hitbox = &gUnk_08121C58;
this->collisionLayer = 3;