]> 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 8ccce589fc3634545526446cb0847e36764af747..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;
@@ -60,6 +59,7 @@ struct ObjectProperties
        std::string wield_item;
        bool static_save = true;
        float eye_height = 1.625f;
+       float zoom_fov = 0.0f;
 
        ObjectProperties();
        std::string dump();