From 62bc57db776192d9f1988628dfb1f27392f86c40 Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 21 Jun 2015 09:19:27 +0000 Subject: (svn r27311) -Fix: Mark infrastructure window dirty in more cases. (marcole) --- src/station_cmd.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/station_cmd.cpp') diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp index f5ecd727c..eb90c29ab 100644 --- a/src/station_cmd.cpp +++ b/src/station_cmd.cpp @@ -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 */ -- cgit v1.2.3-54-g00ecf