]> git.lizzy.rs Git - minetest.git/blobdiff - src/player.h
Use single box for halo mesh
[minetest.git] / src / player.h
index c112618761d50572c5cc35ca792d9077d0faa0ad..48b0a499938b0206e2682b7527f78d275ec4a5f6 100644 (file)
@@ -424,10 +424,7 @@ class Player
 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);