SmallJoker / boost_cart

The original version of minetest_game's carts (since 2018).
15 stars 14 forks source link

Rename a parameter to match its purpose. #9

Closed Hawk777 closed 8 years ago

Hawk777 commented 8 years ago

Hello! The parameter named check_down to the function check_front_up_down appears to have a misleading name. As far as I can tell, it actually specifies whether to check for a rail above the current height, not below the current height. This pull request renames the parameter to check_up.