summaryrefslogtreecommitdiff
path: root/src/mapblock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapblock.h')
-rw-r--r--src/mapblock.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mapblock.h b/src/mapblock.h
index 743dad927..b3fa76bb7 100644
--- a/src/mapblock.h
+++ b/src/mapblock.h
@@ -312,7 +312,8 @@ public:
#endif // !SERVER
// See comments in mapblock.cpp
- bool propagateSunlight(core::map<v3s16, bool> & light_sources);
+ bool propagateSunlight(core::map<v3s16, bool> & light_sources,
+ bool remove_light=false, bool *black_air_left=NULL);
// Copies data to VoxelManipulator to getPosRelative()
void copyTo(VoxelManipulator &dst);