Attempt to fix occasional issue of uninitialized MapBlock data
authorkwolekr <kwolekr@minetest.net>
Tue, 13 Jan 2015 03:31:08 +0000 (22:31 -0500)
committerkwolekr <kwolekr@minetest.net>
Tue, 13 Jan 2015 03:31:08 +0000 (22:31 -0500)
src/map.cpp

index d7d6aff545c2c5adbc9b97058acafa38e225e9fe..20dc44139c3b9ed409e38ab1c191e309cbcc70ca 100644 (file)
@@ -2311,7 +2311,7 @@ bool ServerMap::initBlockMake(BlockMakeData *data, v3s16 blockpos)
        // Add the area
        {
                //TimeTaker timer("initBlockMake() initialEmerge");
-               data->vmanip->initialEmerge(bigarea_blocks_min, bigarea_blocks_max, false);
+               data->vmanip->initialEmerge(bigarea_blocks_min, bigarea_blocks_max);
        }
 
        // Ensure none of the blocks to be generated were marked as containing CONTENT_IGNORE