]> git.lizzy.rs Git - minetest.git/blobdiff - src/dungeongen.h
Biome API: Make fallback biome stone and water, disable filler
[minetest.git] / src / dungeongen.h
index ff1d0bc33eb77a17f3b79c4c0c404e483e330283..4e1201d82df6df757269ec8c61ee145d6da1abd0 100644 (file)
@@ -29,7 +29,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #define VMANIP_FLAG_DUNGEON_UNTOUCHABLE (\
                VMANIP_FLAG_DUNGEON_INSIDE|VMANIP_FLAG_DUNGEON_PRESERVE)
 
-class ManualMapVoxelManipulator;
+class MMVManip;
 class INodeDefManager;
 
 v3s16 rand_ortho_dir(PseudoRandom &random, bool diagonal_dirs);
@@ -57,7 +57,7 @@ struct DungeonParams {
 
 class DungeonGen {
 public:
-       ManualMapVoxelManipulator *vm;
+       MMVManip *vm;
        Mapgen *mg;
        u32 blockseed;
        PseudoRandom random;