summaryrefslogtreecommitdiff
path: root/src/object/bush.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/bush.c')
-rw-r--r--src/object/bush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/bush.c b/src/object/bush.c
index 4e086347..d0fbc49e 100644
--- a/src/object/bush.c
+++ b/src/object/bush.c
@@ -64,7 +64,7 @@ void Bush_Init(BushEntity* this) {
super->health = 1;
super->collisionFlags = 7;
super->hitType = 0x6e;
- super->flags2 = 4;
+ super->collisionMask = 4;
super->hitbox = (Hitbox*)&gUnk_081205B4;
this->unk_72 = 0;
this->unk_70 = GetTileIndex(COORD_TO_TILE(super), super->collisionLayer);