(svn r7335) -Codechange: redraw station tiles when cargo is moved, for newstations
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user