summaryrefslogtreecommitdiff
path: root/src/widgets/genworld_widget.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2021-01-12 23:02:16 +0100
committerfrosch <github@elsenhans.name>2021-02-14 23:14:07 +0100
commitc71d0f5e7fd3545b14ecd7321abe838e47deeef0 (patch)
tree5219013d3fb903b0803236544fb48931b88bacb9 /src/widgets/genworld_widget.h
parentf513a807db7569b7ba075c4484945a11ebf70d59 (diff)
downloadopenttd-c71d0f5e7fd3545b14ecd7321abe838e47deeef0.tar.xz
Change: move townname generator selection to mapgen GUI.
Diffstat (limited to 'src/widgets/genworld_widget.h')
-rw-r--r--src/widgets/genworld_widget.h1
1 files changed, 1 insertions, 0 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.