summaryrefslogtreecommitdiff
path: root/src/playerItem/playerItemBow.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/playerItem/playerItemBow.c')
-rw-r--r--src/playerItem/playerItemBow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playerItem/playerItemBow.c b/src/playerItem/playerItemBow.c
index 4495475b..0c3932a8 100644
--- a/src/playerItem/playerItemBow.c
+++ b/src/playerItem/playerItemBow.c
@@ -87,7 +87,7 @@ void PlayerItemBow_Init(PlayerItemBowEntity* this) {
}
super->direction = super->animationState << 2;
super->collisionFlags = gPlayerEntity.base.collisionFlags + 1;
- super->flags2 = gPlayerEntity.base.flags2;
+ super->collisionMask = gPlayerEntity.base.collisionMask;
if (super->collisionLayer == 2) {
super->type2 = 1;
} else {