diff options
Diffstat (limited to 'src/mapgen.cpp')
-rw-r--r-- | src/mapgen.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mapgen.cpp b/src/mapgen.cpp index 6fecbb450..25fa427aa 100644 --- a/src/mapgen.cpp +++ b/src/mapgen.cpp @@ -26,6 +26,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "content_sao.h" #include "nodedef.h" #include "content_mapnode.h" // For content_mapnode_get_new_name +#include "voxelalgorithms.h" namespace mapgen { @@ -2335,6 +2336,10 @@ void make_block(BlockMakeData *data) } } + /* + Calculate lighting + */ + } BlockMakeData::BlockMakeData(): |