Mgv7: Fix undefined 'float_mount_height'
authorparamat <paramat@users.noreply.github.com>
Wed, 28 Jun 2017 08:35:46 +0000 (09:35 +0100)
committerparamat <mat.gregory@virginmedia.com>
Wed, 28 Jun 2017 10:48:17 +0000 (11:48 +0100)
commit6d2833a8879b5dd64936991bf2a3e407f26357a7
treeb672f486a085722724a703d665190950fe9eeb8f
parent85d7b18d851504e6d9f637c4373cf896b1ce8e4c
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