]> git.lizzy.rs Git - minetest.git/blobdiff - src/object_properties.h
Fix memory leaks due to messed up memory handling for particles as well as their...
[minetest.git] / src / object_properties.h
index a0f5618d635ed942b88457ddb4c875b9ae3146dd..4b7f9a5eb4f5c8501bf1d31f497dd73d08e8b24e 100644 (file)
@@ -44,6 +44,9 @@ struct ObjectProperties
        bool is_visible;
        bool makes_footstep_sound;
        float automatic_rotate;
+       f32 stepheight;
+       bool automatic_face_movement_dir;
+       f32 automatic_face_movement_dir_offset;
 
 
        ObjectProperties();