mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix some "Conditional jump or move depends on uninitialised value(s)" valgrind detections
This commit is contained in:
parent
fd6452749e
commit
825953bbdc
2 changed files with 4 additions and 2 deletions
|
@ -31,7 +31,9 @@ Player::Player():
|
|||
touching_ground(false),
|
||||
in_water(false),
|
||||
in_water_stable(false),
|
||||
is_climbing(false),
|
||||
swimming_up(false),
|
||||
is_frozen(false),
|
||||
inventory_backup(NULL),
|
||||
craftresult_is_preview(true),
|
||||
hp(20),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue