diff options
Diffstat (limited to 'src/player.cpp')
| -rw-r--r-- | src/player.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/player.cpp b/src/player.cpp index 963f67c28..56b7fb4d4 100644 --- a/src/player.cpp +++ b/src/player.cpp @@ -183,7 +183,8 @@ void Player::deSerialize(std::istream &is) LocalPlayer::LocalPlayer(IGameDef *gamedef): Player(gamedef), m_sneak_node(32767,32767,32767), - m_sneak_node_exists(false) + m_sneak_node_exists(false), + m_linked(false) { // Initialize hp to 0, so that no hearts will be shown if server // doesn't support health points |
