mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Make players respect makes_footstep_sound in the object properties
This commit is contained in:
parent
de028fc056
commit
6658ad3d94
4 changed files with 17 additions and 4 deletions
|
@ -58,6 +58,7 @@ LocalPlayer::LocalPlayer(Client *client, const char *name):
|
|||
last_camera_fov(0),
|
||||
last_wanted_range(0),
|
||||
camera_impact(0.f),
|
||||
makes_footstep_sound(true),
|
||||
last_animation(NO_ANIM),
|
||||
hotbar_image(""),
|
||||
hotbar_selected_image(""),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue