1
0
Fork 0
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:
asl97 2015-12-02 10:45:57 +08:00 committed by BlockMen
parent c26eb87aec
commit 19f73e4efc
2 changed files with 18 additions and 4 deletions

View file

@ -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);