summaryrefslogtreecommitdiff
path: root/src/mapgen.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2012-01-27 13:24:06 +0200
committerPerttu Ahola <celeron55@gmail.com>2012-03-27 19:01:51 +0300
commit0f3c2f65414f332fad510fb8651dd59d506aad2e (patch)
treedda3c34cf10d3e3458830cb53820866f4d535c3a /src/mapgen.cpp
parent56496ad5d8a7662b0ae5c9f25d1348cb7b677b65 (diff)
downloadminetest-0f3c2f65414f332fad510fb8651dd59d506aad2e.tar.gz
minetest-0f3c2f65414f332fad510fb8651dd59d506aad2e.tar.bz2
minetest-0f3c2f65414f332fad510fb8651dd59d506aad2e.zip
voxalgo::clearLightAndCollectSources
Diffstat (limited to 'src/mapgen.cpp')
-rw-r--r--src/mapgen.cpp5
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():