From 618e0dd417d6f2ee43e8f3adcb408f63b1ffb805 Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Tue, 15 Aug 2017 09:15:04 +0200 Subject: Lint fix on localplayer.h --- src/localplayer.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') 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); -- cgit v1.2.3