| 1350 | ); |
| 1351 | |
| 1352 | void ShowFoundTownWindow() |
| 1353 | { |
| 1354 | if (_game_mode != GM_EDITOR && !Company::IsValidID(_local_company)) return; |
| 1355 | AllocateWindowDescFront<FoundTownWindow>(_found_town_desc, 0); |
| 1356 | } |
| 1357 | |
| 1358 | void InitializeTownGui() |
| 1359 | { |
no outgoing calls
no test coverage detected