X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fobject_properties.h;h=4b7f9a5eb4f5c8501bf1d31f497dd73d08e8b24e;hb=63867b1a372a4d1a4a4ffdec9d0862b094211a89;hp=a0f5618d635ed942b88457ddb4c875b9ae3146dd;hpb=8cae65978611476d0da215acf61819a905c68267;p=minetest.git diff --git a/src/object_properties.h b/src/object_properties.h index a0f5618d6..4b7f9a5eb 100644 --- a/src/object_properties.h +++ b/src/object_properties.h @@ -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();