From: kwolekr Date: Thu, 8 Jan 2015 00:25:27 +0000 (-0500) Subject: Mapgen V6: Re-enable liquid flowing X-Git-Tag: 0.4.12~128 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4a57ef12a163f9792a8822b6e1a2bd9dca4f86fb;p=oweals%2Fminetest.git Mapgen V6: Re-enable liquid flowing --- diff --git a/src/mapgen_v6.cpp b/src/mapgen_v6.cpp index 3d9f4c517..1abf95e01 100644 --- a/src/mapgen_v6.cpp +++ b/src/mapgen_v6.cpp @@ -534,7 +534,7 @@ void MapgenV6::makeChunk(BlockMakeData *data) } // Add top and bottom side of water to transforming_liquid queue - //updateLiquid(&data->transforming_liquid, full_node_min, full_node_max); + updateLiquid(&data->transforming_liquid, full_node_min, full_node_max); // Grow grass growGrass();