mirror of
https://github.com/minetest/minetest.git
synced 2025-04-03 08:52:43 +02:00
Lint fix on localplayer.h
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user