Translated using Weblate (Japanese)
[oweals/minetest.git] / src / mapgen.h
index a1cc8af534eb2e10461c171ebc5544b648b3a9df..4b28ec9364529432003832967b4f059da2f4419b 100644 (file)
@@ -152,6 +152,8 @@ public:
        u32 blockseed;
        s16 *heightmap;
        u8 *biomemap;
+       float *heatmap;
+       float *humidmap;
        v3s16 csize;
 
        GenerateNotifier gennotify;
@@ -177,8 +179,6 @@ public:
        void propagateSunlight(v3s16 nmin, v3s16 nmax);
        void spreadLight(v3s16 nmin, v3s16 nmax);
 
-       void calcLightingOld(v3s16 nmin, v3s16 nmax);
-
        virtual void makeChunk(BlockMakeData *data) {}
        virtual int getGroundLevelAtPoint(v2s16 p) { return 0; }
 };