diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-11-20 10:50:22 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-11-20 10:50:22 -0500 |
commit | 7e38583a5dc00b37a5ad7df94d4489c3150def8c (patch) | |
tree | 309858c09c2b7bd3ef21ea391c98456175a5f740 /src/bike.c | |
parent | b2c74cae8456cfa10a27a3a2d4b97971fd964b6d (diff) |
Rotating Gate -> dir stair warp
Diffstat (limited to 'src/bike.c')
-rw-r--r-- | src/bike.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bike.c b/src/bike.c index b023c9367..4a24fb2a3 100644 --- a/src/bike.c +++ b/src/bike.c @@ -180,7 +180,7 @@ static void BikeTransition_MoveDirection(u8 direction) else if (collision != COLLISION_STOP_SURFING && collision != COLLISION_LEDGE_JUMP && collision != COLLISION_PUSHED_BOULDER - && collision != COLLISION_ROTATING_GATE) + && collision != COLLISION_DIRECTIONAL_STAIR_WARP) PlayerOnBikeCollide(direction); } else |