summaryrefslogtreecommitdiff
path: root/src/dungeongen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dungeongen.h')
-rw-r--r--src/dungeongen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dungeongen.h b/src/dungeongen.h
index ff1d0bc33..4e1201d82 100644
--- a/src/dungeongen.h
+++ b/src/dungeongen.h
@@ -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;