summaryrefslogtreecommitdiff
path: root/station.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-12-03 18:28:42 +0000
committerpeter1138 <peter1138@openttd.org>2006-12-03 18:28:42 +0000
commit52d0c3b08aae6056f37d5c9efd8b8bc75d13b883 (patch)
treeb67104eb5ab49b9e82e66ee1ab375caba476e42c /station.h
parentdcf1575a1d8b68df50996d65080487a2d1740cc7 (diff)
downloadopenttd-52d0c3b08aae6056f37d5c9efd8b8bc75d13b883.tar.xz
(svn r7335) -Codechange: redraw station tiles when cargo is moved, for newstations
Diffstat (limited to 'station.h')
-rw-r--r--station.h1
1 files changed, 1 insertions, 0 deletions
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);