diff options
-rw-r--r-- | src/localplayer.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/localplayer.h b/src/localplayer.h index 3d293ecf4..ffaa83f33 100644 --- a/src/localplayer.h +++ b/src/localplayer.h @@ -144,8 +144,7 @@ public: void setCollisionbox(const aabb3f &box) { m_collisionbox = box; } private: - void accelerateHorizontal(const v3f &target_speed, - const f32 max_increase, bool slippery); + void accelerateHorizontal(const v3f &target_speed, f32 max_increase, bool slippery); void accelerateVertical(const v3f &target_speed, const f32 max_increase); bool updateSneakNode(Map *map, const v3f &position, const v3f &sneak_max); |