From 92240d43147dd36ed879ce1084f7ca6e35f1db96 Mon Sep 17 00:00:00 2001 From: theo3 Date: Mon, 28 Mar 2022 19:51:32 -0700 Subject: name remaining entity fields --- src/projectile/stalfosProjectile.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/projectile/stalfosProjectile.c') diff --git a/src/projectile/stalfosProjectile.c b/src/projectile/stalfosProjectile.c index 3f8f679d..0d317738 100644 --- a/src/projectile/stalfosProjectile.c +++ b/src/projectile/stalfosProjectile.c @@ -29,7 +29,7 @@ void StalfosProjectile_OnTick(Entity* this) { } void sub_080A9A34(Entity* this) { - if (this->bitfield == 0x9d) { + if (this->contactFlags == 0x9d) { this->action = 3; COLLISION_OFF(this); this->zVelocity = Q_16_16(2.625); @@ -84,7 +84,7 @@ void StalfosProjectile_Init(Entity* this) { break; } - this->field_0x1c = 2; + this->gustJarFlags = 2; if (this->type == 0) { InitializeAnimation(this, 5); } else { -- cgit v1.2.3