diff options
| author | theo3 <arisstephenson2@gmail.com> | 2023-12-31 21:24:07 -0800 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2023-12-31 21:26:12 -0800 |
| commit | dcc596ed8763efd9f71ce9a669cb67a1849d7c2b (patch) | |
| tree | 108145ce0ee3172e48ac6529d9d49da53e9719b9 /src/projectileUtils.c | |
| parent | 48fdf9d8277d2bd2e071cb30fc6284c58645e343 (diff) | |
define collisions
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 56dc2a66..e11be579 100644 --- a/src/projectileUtils.c +++ b/src/projectileUtils.c @@ -35,7 +35,7 @@ bool32 ProjectileInit(Entity* this) { this->speed = definition->speed; } this->collisionFlags = (definition->field0x3c << 4) | 7; - this->flags2 = definition->flags2; + this->collisionMask = definition->collisionMask; this->hitType = definition->damageType; this->hurtType = definition->field0x40; this->health = 0xff; |
