mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Remove unused pos_max_d
This commit is contained in:
parent
9a44d835d6
commit
c00129360e
11 changed files with 29 additions and 79 deletions
|
@ -127,7 +127,6 @@ struct PlayerPhysicsOverride
|
|||
};
|
||||
|
||||
class Map;
|
||||
struct CollisionInfo;
|
||||
struct HudElement;
|
||||
class Environment;
|
||||
|
||||
|
@ -140,12 +139,6 @@ public:
|
|||
|
||||
DISABLE_CLASS_COPY(Player);
|
||||
|
||||
virtual void move(f32 dtime, Environment *env, f32 pos_max_d)
|
||||
{}
|
||||
virtual void move(f32 dtime, Environment *env, f32 pos_max_d,
|
||||
std::vector<CollisionInfo> *collision_info)
|
||||
{}
|
||||
|
||||
// in BS-space
|
||||
inline void setSpeed(v3f speed)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue