Add: allow setting the highest mountain for heightmaps
It will add some slack to the map height limit if that was set to auto.
This commit is contained in:

committed by
Patric Stout

parent
422e132845
commit
45c2c29c35
@@ -26,6 +26,10 @@ enum GenerateLandscapeWidgets {
|
||||
|
||||
WID_GL_GENERATE_BUTTON, ///< 'Generate' button.
|
||||
|
||||
WID_GL_HEIGHTMAP_HEIGHT_DOWN, ///< Decrease heightmap highest mountain
|
||||
WID_GL_HEIGHTMAP_HEIGHT_TEXT, ///< Max. heightmap highest mountain
|
||||
WID_GL_HEIGHTMAP_HEIGHT_UP, ///< Increase max. heightmap highest mountain
|
||||
|
||||
WID_GL_START_DATE_DOWN, ///< Decrease start year.
|
||||
WID_GL_START_DATE_TEXT, ///< Start year.
|
||||
WID_GL_START_DATE_UP, ///< Increase start year.
|
||||
|
Reference in New Issue
Block a user