diff options
Diffstat (limited to 'src/mapgen.h')
-rw-r--r-- | src/mapgen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mapgen.h b/src/mapgen.h index 8aff33288..7b8ff57ca 100644 --- a/src/mapgen.h +++ b/src/mapgen.h @@ -269,6 +269,7 @@ public: std::vector<std::string> *node_names; std::vector<content_t> c_nodes; + std::map<std::string, std::string> replacements; u32 flags; Rotation rotation; |