diff options
| author | theo3 <arisstephenson2@gmail.com> | 2022-03-28 19:51:32 -0700 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2022-03-28 20:10:22 -0700 |
| commit | 92240d43147dd36ed879ce1084f7ca6e35f1db96 (patch) | |
| tree | 78a3119e1cd63d4f3333a3cade6cc622cdcb6db1 /src/projectile/stalfosProjectile.c | |
| parent | 755571834d4fc0e21fdd45b065728c87574a3a07 (diff) | |
name remaining entity fields
Diffstat (limited to 'src/projectile/stalfosProjectile.c')
| -rw-r--r-- | src/projectile/stalfosProjectile.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 { |
