]> git.lizzy.rs Git - minetest.git/blobdiff - src/mg_biome.h
Replace std::list by std::vector into ServerMap::listAllLoadableBlocks ServerMap...
[minetest.git] / src / mg_biome.h
index f5a5deae3b69d2d1f108fc38f01d15b075ec008e..3577960a9890494b2aebb164f0094ee076f18b6c 100644 (file)
@@ -52,8 +52,8 @@ class Biome : public GenElement, public NodeResolver {
        s16 height_shore;
        s16 depth_water_top;
 
-       s16 height_min;
-       s16 height_max;
+       s16 y_min;
+       s16 y_max;
        float heat_point;
        float humidity_point;