| 2601 | } |
| 2602 | |
| 2603 | void Industry::FillCachedName() const |
| 2604 | { |
| 2605 | auto tmp_params = MakeParameters(this->index); |
| 2606 | this->cached_name = GetStringWithArgs(STR_INDUSTRY_NAME, tmp_params); |
| 2607 | } |
| 2608 | |
| 2609 | void ClearAllIndustryCachedNames() |
| 2610 | { |
no test coverage detected