From 52d0c3b08aae6056f37d5c9efd8b8bc75d13b883 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Sun, 3 Dec 2006 18:28:42 +0000 Subject: (svn r7335) -Codechange: redraw station tiles when cargo is moved, for newstations --- station.h | 1 + 1 file changed, 1 insertion(+) (limited to 'station.h') diff --git a/station.h b/station.h index 0499c8aa8..1187c1f35 100644 --- a/station.h +++ b/station.h @@ -210,6 +210,7 @@ void GetProductionAroundTiles(AcceptedCargo produced, TileIndex tile, int w, int void GetAcceptanceAroundTiles(AcceptedCargo accepts, TileIndex tile, int w, int h, int rad); uint GetStationPlatforms(const Station *st, TileIndex tile); uint GetPlatformLength(TileIndex tile, DiagDirection dir); +void MarkStationTilesDirty(const Station *st); const DrawTileSprites *GetStationTileLayout(byte gfx); -- cgit v1.2.3-54-g00ecf