| 3695 | } |
| 3696 | |
| 3697 | static void ClearViewportCatchment() |
| 3698 | { |
| 3699 | MarkCatchmentTilesDirty(); |
| 3700 | _viewport_highlight_station = nullptr; |
| 3701 | _viewport_highlight_station_rect = nullptr; |
| 3702 | _viewport_highlight_waypoint = nullptr; |
| 3703 | _viewport_highlight_waypoint_rect = nullptr; |
| 3704 | _viewport_highlight_town = nullptr; |
| 3705 | } |
| 3706 | |
| 3707 | /** |
| 3708 | * Select or deselect station for coverage area highlight. |
no test coverage detected