| 469 | } |
| 470 | |
| 471 | void BaseStation::FillCachedName() const |
| 472 | { |
| 473 | auto tmp_params = MakeParameters(this->index); |
| 474 | this->cached_name = GetStringWithArgs(Waypoint::IsExpected(this) ? STR_WAYPOINT_NAME : STR_STATION_NAME, tmp_params); |
| 475 | } |
| 476 | |
| 477 | void ClearAllStationCachedNames() |
| 478 | { |
no test coverage detected