| 1064 | } |
| 1065 | |
| 1066 | void CcFoundRandomTown(Commands, const CommandCost &result, Money, TownID town_id) |
| 1067 | { |
| 1068 | if (result.Succeeded()) ScrollMainWindowToTile(Town::Get(town_id)->xy); |
| 1069 | } |
| 1070 | |
| 1071 | static constexpr std::initializer_list<NWidgetPart> _nested_found_town_widgets = { |
| 1072 | NWidget(NWID_HORIZONTAL), |
nothing calls this directly
no test coverage detected