equal
deleted
inserted
replaced
192 |
192 |
193 |
193 |
194 VARDEF bool _station_sort_dirty[MAX_PLAYERS]; |
194 VARDEF bool _station_sort_dirty[MAX_PLAYERS]; |
195 VARDEF bool _global_station_sort_dirty; |
195 VARDEF bool _global_station_sort_dirty; |
196 |
196 |
|
197 void AfterLoadStations(void); |
197 void GetProductionAroundTiles(AcceptedCargo produced, TileIndex tile, int w, int h, int rad); |
198 void GetProductionAroundTiles(AcceptedCargo produced, TileIndex tile, int w, int h, int rad); |
198 void GetAcceptanceAroundTiles(AcceptedCargo accepts, TileIndex tile, int w, int h, int rad); |
199 void GetAcceptanceAroundTiles(AcceptedCargo accepts, TileIndex tile, int w, int h, int rad); |
199 uint GetStationPlatforms(const Station *st, TileIndex tile); |
200 uint GetStationPlatforms(const Station *st, TileIndex tile); |
200 |
201 |
201 |
202 |