diff options
Diffstat (limited to 'src/mapgen_v7.h')
-rw-r--r-- | src/mapgen_v7.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mapgen_v7.h b/src/mapgen_v7.h index 159a808eb..3bba9938c 100644 --- a/src/mapgen_v7.h +++ b/src/mapgen_v7.h @@ -60,6 +60,8 @@ public: int ystride; v3s16 csize; u32 flags; + bool lighting; + bool ridges; u32 blockseed; v3s16 node_min; |