mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fixed two compiler warnings
This commit is contained in:
parent
94c9686020
commit
bc59c18503
2 changed files with 3 additions and 3 deletions
|
@ -79,12 +79,12 @@ Player::Player():
|
|||
swimming_up(false),
|
||||
craftresult_is_preview(true),
|
||||
hp(20),
|
||||
privs(PRIV_DEFAULT),
|
||||
peer_id(PEER_ID_INEXISTENT),
|
||||
m_pitch(0),
|
||||
m_yaw(0),
|
||||
m_speed(0,0,0),
|
||||
m_position(0,0,0),
|
||||
privs(PRIV_DEFAULT)
|
||||
m_position(0,0,0)
|
||||
{
|
||||
updateName("<not set>");
|
||||
resetInventory();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue