(svn r27311) -Fix: Mark infrastructure window dirty in more cases. (marcole)

This commit is contained in:
frosch
2015-06-21 09:19:27 +00:00
parent a2f13f0fe2
commit c0015d6a7c
2 changed files with 9 additions and 2 deletions

View File

@@ -1957,6 +1957,7 @@ static CommandCost RemoveRoadStop(TileIndex tile, DoCommandFlag flags)
}
}
Company::Get(st->owner)->infrastructure.station--;
DirtyCompanyInfrastructureWindows(st->owner);
if (IsDriveThroughStopTile(tile)) {
/* Clears the tile for us */