summaryrefslogtreecommitdiff
path: root/src/mapgen/dungeongen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapgen/dungeongen.h')
-rw-r--r--src/mapgen/dungeongen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapgen/dungeongen.h b/src/mapgen/dungeongen.h
index ad32cf192..2748524c5 100644
--- a/src/mapgen/dungeongen.h
+++ b/src/mapgen/dungeongen.h
@@ -64,7 +64,7 @@ struct DungeonParams {
class DungeonGen {
public:
- MMVManip *vm;
+ MMVManip *vm = nullptr;
const NodeDefManager *ndef;
GenerateNotifier *gennotify;