Fix #9020: Update station coverage highlight when adding/removing tiles

This commit is contained in:
Tyler Trahan
2022-02-22 14:00:37 -07:00
committed by Michael Lutz
parent c73f578e8c
commit fbbc80f79e
3 changed files with 13 additions and 3 deletions

View File

@@ -3495,7 +3495,7 @@ CommandCost CmdScrollViewport(DoCommandFlag flags, TileIndex tile, ViewportScrol
return CommandCost();
}
static void MarkCatchmentTilesDirty()
void MarkCatchmentTilesDirty()
{
if (_viewport_highlight_town != nullptr) {
MarkWholeScreenDirty();