Biome generation: Fix layers of 'filler' nodes at biome y limits
authorparamat <paramat@users.noreply.github.com>
Sun, 17 Sep 2017 01:54:17 +0000 (02:54 +0100)
committerparamat <mat.gregory@virginmedia.com>
Sun, 17 Sep 2017 02:20:20 +0000 (03:20 +0100)
commit76817fdf98b1597c569267bc751f4f285302721a
tree5fb965574648609bf86883b6cf8661b609fc9382
parent5b6d4482eeee1925331d6ec122dd10cdc1aa7a30
Biome generation: Fix layers of 'filler' nodes at biome y limits

Error was exposed by commit a1389c38658fe69c3bd25c3099bae9a4e51ed401
'nplaced' was not set to U16_MAX when biome 'stone' was placed, so when
biome was recalculated in a column of stone, the 'nplaced' value
caused a few remaining filler nodes to be placed.
Occurs when the lower biome has a deeper depth of 'top' plus 'filler'
than the upper biome.
src/mapgen.cpp