(svn r17589) -Codechange: rename town_acc to always_accepted
This commit is contained in:
@@ -30,7 +30,7 @@ void ShowStationViewWindow(StationID station);
|
||||
void UpdateAllStationVirtCoords();
|
||||
|
||||
CargoArray GetProductionAroundTiles(TileIndex tile, int w, int h, int rad);
|
||||
CargoArray GetAcceptanceAroundTiles(TileIndex tile, int w, int h, int rad, uint32 *town_acc = NULL);
|
||||
CargoArray GetAcceptanceAroundTiles(TileIndex tile, int w, int h, int rad, uint32 *always_accepted = NULL);
|
||||
|
||||
void UpdateStationAcceptance(Station *st, bool show_msg);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user