Allow overriding town settings on a per-town basis

Add a setting for whether this is allowed for non-privileged
multiplayer clients
This commit is contained in:
Jonathan G Rennison
2022-10-23 22:07:51 +01:00
parent e1defedb2a
commit a8361cd608
14 changed files with 331 additions and 30 deletions

View File

@@ -29,6 +29,8 @@ enum TownAuthorityWidgets {
WID_TA_SCROLLBAR, ///< Scrollbar of the list of commands.
WID_TA_ACTION_INFO, ///< Additional information about the action.
WID_TA_EXECUTE, ///< Do-it button.
WID_TA_SETTING, ///< Setting drop-down.
WID_TA_BTN_SEL, ///< Button selector.
};
/** Widgets of the #TownViewWindow class. */