From c71d0f5e7fd3545b14ecd7321abe838e47deeef0 Mon Sep 17 00:00:00 2001 From: frosch Date: Tue, 12 Jan 2021 23:02:16 +0100 Subject: Change: move townname generator selection to mapgen GUI. --- src/widgets/genworld_widget.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/widgets/genworld_widget.h') 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. -- cgit v1.2.3-54-g00ecf