]> git.lizzy.rs Git - minetest.git/blobdiff - src/mapgen_v6.h
client.cpp: modernize code
[minetest.git] / src / mapgen_v6.h
index 9d36804d0a179526a826e4e53957aaa99d96bebd..4a885e2c564cadf78e347b4c3782a5a013b2162d 100644 (file)
@@ -56,9 +56,10 @@ enum BiomeV6Type
 
 
 struct MapgenV6Params : public MapgenParams {
-       u32 spflags;
-       float freq_desert;
-       float freq_beach;
+       u32 spflags = MGV6_JUNGLES | MGV6_SNOWBIOMES | MGV6_TREES |
+               MGV6_BIOMEBLEND | MGV6_MUDFLOW;
+       float freq_desert = 0.45f;
+       float freq_beach = 0.15f;
        NoiseParams np_terrain_base;
        NoiseParams np_terrain_higher;
        NoiseParams np_steepness;