diff options
Diffstat (limited to 'src/mapgen.cpp')
-rw-r--r-- | src/mapgen.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mapgen.cpp b/src/mapgen.cpp index d1a38bb20..d80d2107f 100644 --- a/src/mapgen.cpp +++ b/src/mapgen.cpp @@ -44,6 +44,7 @@ FlagDesc flagdesc_mapgen[] = { {"v6_jungles", MGV6_JUNGLES}, {"v6_biome_blend", MGV6_BIOME_BLEND}, {"flat", MG_FLAT}, + {"nolight", MG_NOLIGHT}, {NULL, 0} }; |