Skip to content

Commit

Permalink
Lint fix on localplayer.h
Browse files Browse the repository at this point in the history
  • Loading branch information
nerzhul committed Aug 15, 2017
1 parent 940bd93 commit 618e0dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/localplayer.h
Expand Up @@ -144,8 +144,7 @@ class LocalPlayer : public Player
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);

Expand Down

0 comments on commit 618e0dd

Please sign in to comment.