Fix #9020: Update station coverage highlight when adding/removing tiles
This commit is contained in:

committed by
Michael Lutz

parent
c73f578e8c
commit
fbbc80f79e
@@ -3495,7 +3495,7 @@ CommandCost CmdScrollViewport(DoCommandFlag flags, TileIndex tile, ViewportScrol
|
||||
return CommandCost();
|
||||
}
|
||||
|
||||
static void MarkCatchmentTilesDirty()
|
||||
void MarkCatchmentTilesDirty()
|
||||
{
|
||||
if (_viewport_highlight_town != nullptr) {
|
||||
MarkWholeScreenDirty();
|
||||
|
Reference in New Issue
Block a user