summaryrefslogtreecommitdiff
path: root/src/mapgen_singlenode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapgen_singlenode.h')
-rw-r--r--src/mapgen_singlenode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mapgen_singlenode.h b/src/mapgen_singlenode.h
index bd3576dc3..f9c97b508 100644
--- a/src/mapgen_singlenode.h
+++ b/src/mapgen_singlenode.h
@@ -35,6 +35,7 @@ class MapgenSinglenode : public Mapgen {
public:
u32 flags;
content_t c_node;
+ u8 set_light;
MapgenSinglenode(int mapgenid, MapgenParams *params, EmergeManager *emerge);
~MapgenSinglenode();