Mgv7: Fix undefined 'float_mount_height'
authorparamat <paramat@users.noreply.github.com>
Wed, 28 Jun 2017 08:35:46 +0000 (09:35 +0100)
committerSmallJoker <mk939@ymail.com>
Sun, 3 Jun 2018 15:31:59 +0000 (17:31 +0200)
commit26d0753d870b0b0e2c5e03c817a4c2bdb3eebfc9
tree3b1bdea270f9ecb0885f9160d6d40fd8296aa658
parent46ff2e2cefe55d3511da06c210ea16cbbc1c9ee3
Mgv7: Fix undefined 'float_mount_height'

Commit cad10ce3b747b721fd63784915e05f12bc488128 altered the parameter
'float_mount_height' but was missing the necessary line in the constructor
to get the altered value from 'params'.

Fixes 3D floatland terrain generating everywhere.
src/mapgen_v7.cpp