]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/emerge.h
Mgv7 mountains: Remove divide by zero code that creates vast walls
[dragonfireclient.git] / src / emerge.h
index e5d1b68b22e2660ad5103696122bbb295270aaba..8bcc96ee0ce648367528b9e16ef65ba59990069f 100644 (file)
@@ -44,7 +44,7 @@ class DecorationManager;
 class SchematicManager;
 
 struct BlockMakeData {
-       ManualMapVoxelManipulator *vmanip;
+       MMVManip *vmanip;
        u64 seed;
        v3s16 blockpos_min;
        v3s16 blockpos_max;
@@ -118,7 +118,6 @@ class EmergeManager {
        Biome *getBiomeAtPoint(v3s16 p);
        int getGroundLevelAtPoint(v2s16 p);
        bool isBlockUnderground(v3s16 blockpos);
-       u32 getBlockSeed(v3s16 p);
 };
 
 #endif