diff options
author | frosch <frosch@openttd.org> | 2014-04-27 15:15:28 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2014-04-27 15:15:28 +0000 |
commit | 775c96a0d27fe1d20a0c75c7dc6dbaa514f032fd (patch) | |
tree | 0dc29abfaec706894101e6b5f736840016bbdb53 /src/widgets | |
parent | ebd2d3ccef7babead511b133d78654ea2ca38343 (diff) | |
download | openttd-775c96a0d27fe1d20a0c75c7dc6dbaa514f032fd.tar.xz |
(svn r26526) -Remove: Ability to set map generation seed via GUI. If you really need it, use the console.
Diffstat (limited to 'src/widgets')
-rw-r--r-- | src/widgets/genworld_widget.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/widgets/genworld_widget.h b/src/widgets/genworld_widget.h index 10727f103..2048851ff 100644 --- a/src/widgets/genworld_widget.h +++ b/src/widgets/genworld_widget.h @@ -25,9 +25,6 @@ enum GenerateLandscapeWidgets { WID_GL_TOWN_PULLDOWN, ///< Dropdown 'No. of towns'. WID_GL_INDUSTRY_PULLDOWN, ///< Dropdown 'No. of industries'. - WID_GL_RANDOM_EDITBOX, ///< 'Random seed' editbox. - WID_GL_RANDOM_BUTTON, ///< 'Randomise' button. - WID_GL_GENERATE_BUTTON, ///< 'Generate' button. WID_GL_START_DATE_DOWN, ///< Decrease start year. |