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/projectileUtils.c | |
| parent | 755571834d4fc0e21fdd45b065728c87574a3a07 (diff) | |
name remaining entity fields
Diffstat (limited to 'src/projectileUtils.c')
| -rw-r--r-- | src/projectileUtils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/projectileUtils.c b/src/projectileUtils.c index 31bac370..56dc2a66 100644 --- a/src/projectileUtils.c +++ b/src/projectileUtils.c @@ -34,7 +34,7 @@ bool32 ProjectileInit(Entity* this) { if (this->speed == 0) { this->speed = definition->speed; } - this->field_0x3c = (definition->field0x3c << 4) | 7; + this->collisionFlags = (definition->field0x3c << 4) | 7; this->flags2 = definition->flags2; this->hitType = definition->damageType; this->hurtType = definition->field0x40; |
