diff options
author | frosch <frosch@openttd.org> | 2021-01-12 23:02:16 +0100 |
---|---|---|
committer | frosch <github@elsenhans.name> | 2021-02-14 23:14:07 +0100 |
commit | c71d0f5e7fd3545b14ecd7321abe838e47deeef0 (patch) | |
tree | 5219013d3fb903b0803236544fb48931b88bacb9 /src/widgets | |
parent | f513a807db7569b7ba075c4484945a11ebf70d59 (diff) | |
download | openttd-c71d0f5e7fd3545b14ecd7321abe838e47deeef0.tar.xz |
Change: move townname generator selection to mapgen GUI.
Diffstat (limited to 'src/widgets')
-rw-r--r-- | src/widgets/genworld_widget.h | 1 | ||||
-rw-r--r-- | src/widgets/settings_widget.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/genworld_widget.h b/src/widgets/genworld_widget.h index cbdc94d5b..11226b5fa 100644 --- a/src/widgets/genworld_widget.h +++ b/src/widgets/genworld_widget.h @@ -21,6 +21,7 @@ enum GenerateLandscapeWidgets { WID_GL_MAPSIZE_Y_PULLDOWN, ///< Dropdown 'map Y size'. WID_GL_TOWN_PULLDOWN, ///< Dropdown 'No. of towns'. + WID_GL_TOWNNAME_DROPDOWN, ///< Dropdown 'Townnames'. WID_GL_INDUSTRY_PULLDOWN, ///< Dropdown 'No. of industries'. WID_GL_GENERATE_BUTTON, ///< 'Generate' button. diff --git a/src/widgets/settings_widget.h b/src/widgets/settings_widget.h index 5ad981f4d..2482dfd0b 100644 --- a/src/widgets/settings_widget.h +++ b/src/widgets/settings_widget.h @@ -16,7 +16,6 @@ enum GameOptionsWidgets { WID_GO_CURRENCY_DROPDOWN, ///< Currency dropdown. WID_GO_DISTANCE_DROPDOWN, ///< Measuring unit dropdown. WID_GO_ROADSIDE_DROPDOWN, ///< Dropdown to select the road side (to set the right side ;)). - WID_GO_TOWNNAME_DROPDOWN, ///< Town name dropdown. WID_GO_AUTOSAVE_DROPDOWN, ///< Dropdown to say how often to autosave. WID_GO_LANG_DROPDOWN, ///< Language dropdown. WID_GO_RESOLUTION_DROPDOWN, ///< Dropdown for the resolution. |