Ensure that heightmap is initialized before use
authorCraig Robbins <kde.psych@gmail.com>
Tue, 10 Mar 2015 08:46:28 +0000 (18:46 +1000)
committerCraig Robbins <kde.psych@gmail.com>
Tue, 10 Mar 2015 08:46:28 +0000 (18:46 +1000)
commitd4e210ee95430e6e8309e009fe7f0a70ca2dd606
treeb9ef1472fdf1db0d33304e1a3ae1a415d95d70a7
parente74b8da54e4443773404f2642916fd2f2b7f625e
Ensure that heightmap is initialized before use

Without this, cavegen will use values in the heightmap before they are initialized.
src/mapgen_v6.cpp