1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-27 17:28:41 +00:00

Player::accelerateHorizontal/Vertical should be member of LocalPlayer

This commit is contained in:
Loic Blot 2016-02-14 17:45:06 +01:00
parent cfc8e44759
commit 3a74b84007
4 changed files with 37 additions and 39 deletions

View file

@ -119,9 +119,6 @@ public:
m_speed = speed;
}
void accelerateHorizontal(v3f target_speed, f32 max_increase);
void accelerateVertical(v3f target_speed, f32 max_increase);
v3f getPosition()
{
return m_position;