Update the virtual coords needed to draw the station sign for all stations. */
| 462 | |
| 463 | /** Update the virtual coords needed to draw the station sign for all stations. */ |
| 464 | void UpdateAllStationVirtCoords() |
| 465 | { |
| 466 | for (BaseStation *st : BaseStation::Iterate()) { |
| 467 | st->UpdateVirtCoord(); |
| 468 | } |
| 469 | } |
| 470 | |
| 471 | void BaseStation::FillCachedName() const |
| 472 | { |
no test coverage detected