summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLoic Blot <loic.blot@unix-experience.fr>2017-08-15 09:15:04 +0200
committerLoic Blot <loic.blot@unix-experience.fr>2017-08-15 09:15:04 +0200
commit618e0dd417d6f2ee43e8f3adcb408f63b1ffb805 (patch)
treeb92a4c5238fa2d3041a2d9e3893ecde1f81434f2 /src
parent940bd93e8844ef043541caaeff70a01b9c5eb699 (diff)
downloadminetest-618e0dd417d6f2ee43e8f3adcb408f63b1ffb805.tar.gz
minetest-618e0dd417d6f2ee43e8f3adcb408f63b1ffb805.tar.bz2
minetest-618e0dd417d6f2ee43e8f3adcb408f63b1ffb805.zip
Lint fix on localplayer.h
Diffstat (limited to 'src')
-rw-r--r--src/localplayer.h3
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);