Replace instances of height_min/height_max with y_min/y_max to remove ambiguity
[oweals/minetest.git] / src / mg_decoration.h
index 3c96611c7d579131e0d1bbefe7969032810107ca..59c3ff5583b22a722816b4803e0b4846c3012be4 100644 (file)
@@ -66,8 +66,8 @@ public:
        int mapseed;
        std::vector<content_t> c_place_on;
        s16 sidelen;
-       s16 height_min;
-       s16 height_max;
+       s16 y_min;
+       s16 y_max;
        float fill_ratio;
        NoiseParams np;