Feature: Prevent towns from upgrading individually-placed houses (#13270)

This commit is contained in:
Tyler Trahan
2025-02-09 15:37:06 -05:00
committed by GitHub
parent 1ed685b5c1
commit 521b860394
13 changed files with 130 additions and 21 deletions

View File

@@ -72,6 +72,8 @@ enum TownFoundingWidgets : WidgetID {
/** Widgets of the #BuildHouseWindow class. */
enum BuildHouseWidgets : WidgetID {
WID_BH_INFO, ///< Information panel of selected house.
WID_BH_PROTECT_OFF, ///< Button to protect the next house built.
WID_BH_PROTECT_ON, ///< Button to not protect the next house built.
};
#endif /* WIDGETS_TOWN_WIDGET_H */