| 227 | } |
| 228 | |
| 229 | void ClearAllCachedNames() |
| 230 | { |
| 231 | ClearAllStationCachedNames(); |
| 232 | ClearAllTownCachedNames(); |
| 233 | ClearAllIndustryCachedNames(); |
| 234 | } |
| 235 | |
| 236 | /** |
| 237 | * Initialization of the windows and several kinds of caches. |
no test coverage detected