From: Loic Blot Date: Tue, 15 Aug 2017 07:15:04 +0000 (+0200) Subject: Lint fix on localplayer.h X-Git-Tag: 5.0.0~952 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=618e0dd417d6f2ee43e8f3adcb408f63b1ffb805;p=oweals%2Fminetest.git Lint fix on localplayer.h --- 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);