projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50ce63b
)
Mapgen V6: Re-enable liquid flowing
author
kwolekr
<kwolekr@minetest.net>
Thu, 8 Jan 2015 00:25:27 +0000
(19:25 -0500)
committer
kwolekr
<kwolekr@minetest.net>
Thu, 8 Jan 2015 00:27:09 +0000
(19:27 -0500)
src/mapgen_v6.cpp
patch
|
blob
|
history
diff --git
a/src/mapgen_v6.cpp
b/src/mapgen_v6.cpp
index 3d9f4c517371774a9af661f52187221f79f74220..1abf95e01807f2d9adac456666ff8c8887565b85 100644
(file)
--- 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();