diff options
Diffstat (limited to 'src/mapblock.h')
-rw-r--r-- | src/mapblock.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mapblock.h b/src/mapblock.h index e4f93a031..dd5277668 100644 --- a/src/mapblock.h +++ b/src/mapblock.h @@ -315,7 +315,8 @@ public: // See comments in mapblock.cpp bool propagateSunlight(core::map<v3s16, bool> & light_sources, - bool remove_light=false, bool *black_air_left=NULL); + bool remove_light=false, bool *black_air_left=NULL, + bool grow_grass=false); // Copies data to VoxelManipulator to getPosRelative() void copyTo(VoxelManipulator &dst); |