X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fobject_properties.h;h=4b7f9a5eb4f5c8501bf1d31f497dd73d08e8b24e;hb=00fc0babe0c6c5464fa9ffbc5a257b1e2aa93111;hp=e8188cb604dbd96ca0c2a915573f9729fd549417;hpb=251e3e01c7350d94ea8dec0857e834d1ed84ac3f;p=oweals%2Fminetest.git diff --git a/src/object_properties.h b/src/object_properties.h index e8188cb60..4b7f9a5eb 100644 --- a/src/object_properties.h +++ b/src/object_properties.h @@ -45,6 +45,8 @@ struct ObjectProperties bool makes_footstep_sound; float automatic_rotate; f32 stepheight; + bool automatic_face_movement_dir; + f32 automatic_face_movement_dir_offset; ObjectProperties();