From 2c0b51795e6fa6747d881f1871c89830abb6e6e8 Mon Sep 17 00:00:00 2001 From: kwolekr Date: Tue, 25 Jun 2013 11:49:08 -0400 Subject: Fix issue of VManip occasionally not blitting back blocks, and pitch black lighting bug --- src/map.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/map.h') diff --git a/src/map.h b/src/map.h index 8326d3e58..bccadcec5 100644 --- a/src/map.h +++ b/src/map.h @@ -555,7 +555,8 @@ public: virtual void emerge(VoxelArea a, s32 caller_id=-1); - void initialEmerge(v3s16 blockpos_min, v3s16 blockpos_max); + void initialEmerge(v3s16 blockpos_min, v3s16 blockpos_max, + bool load_if_inexistent = true); // This is much faster with big chunks of generated data void blitBackAll(std::map * modified_blocks); -- cgit v1.2.3