]> git.lizzy.rs Git - minetest.git/blobdiff - src/object_properties.h
VoxelArea: add_{x,y,z,p} must be static
[minetest.git] / src / object_properties.h
index 7589cec3ceca3df2ce48b5bd23d4a102218df141..14077099845a671fed65432ef93cfc84eaf0068a 100644 (file)
@@ -46,7 +46,6 @@ struct ObjectProperties
        bool is_visible = true;
        bool makes_footstep_sound = false;
        f32 stepheight = 0.0f;
-       bool can_zoom = true;
        float automatic_rotate = 0.0f;
        bool automatic_face_movement_dir = false;
        f32 automatic_face_movement_dir_offset = 0.0f;
@@ -58,6 +57,9 @@ struct ObjectProperties
        std::string infotext;
        //! For dropped items, this contains item information.
        std::string wield_item;
+       bool static_save = true;
+       float eye_height = 1.625f;
+       float zoom_fov = 0.0f;
 
        ObjectProperties();
        std::string dump();