mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-27 17:28:41 +00:00
Get movement setting instead of hard coded value
This commit is contained in:
parent
c26eb87aec
commit
19f73e4efc
2 changed files with 18 additions and 4 deletions
|
@ -424,10 +424,7 @@ private:
|
|||
class RemotePlayer : public Player
|
||||
{
|
||||
public:
|
||||
RemotePlayer(IGameDef *gamedef, const char *name):
|
||||
Player(gamedef, name),
|
||||
m_sao(NULL)
|
||||
{}
|
||||
RemotePlayer(IGameDef *gamedef, const char *name);
|
||||
virtual ~RemotePlayer() {}
|
||||
|
||||
void save(std::string savedir);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue