Skip to content

Commit 618e0dd

Browse files
committedAug 15, 2017
Lint fix on localplayer.h
1 parent 940bd93 commit 618e0dd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

Diff for: ‎src/localplayer.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,7 @@ class LocalPlayer : public Player
144144
void setCollisionbox(const aabb3f &box) { m_collisionbox = box; }
145145

146146
private:
147-
void accelerateHorizontal(const v3f &target_speed,
148-
const f32 max_increase, bool slippery);
147+
void accelerateHorizontal(const v3f &target_speed, f32 max_increase, bool slippery);
149148
void accelerateVertical(const v3f &target_speed, const f32 max_increase);
150149
bool updateSneakNode(Map *map, const v3f &position, const v3f &sneak_max);
151150

0 commit comments

Comments
 (0)
Please sign in to comment.