Add new minimap mode showing industries, height and farms at the same time

This commit is contained in:
dP
2020-05-18 23:31:56 +03:00
parent afcf064445
commit 81787f93a5
13 changed files with 88 additions and 12 deletions

View File

@@ -26,6 +26,7 @@ enum SmallMapWidgets {
WID_SM_ROUTES, ///< Button to select the routes view.
WID_SM_VEGETATION, ///< Button to select the vegetation view.
WID_SM_OWNERS, ///< Button to select the owners view.
CM_WID_SM_IMBA, ///< CityMania IMBA mode (Industries, Contour, Vegetation)
WID_SM_CENTERMAP, ///< Button to move smallmap center to main window center.
WID_SM_TOGGLETOWNNAME, ///< Toggle button to display town names.
WID_SM_SELECT_BUTTONS, ///< Selection widget for the buttons present in some smallmap modes.