Mercurial > hg > openttd
diff src/station_func.h @ 15896:2338e84ca812 draft
(svn r20579) -Change (r1579): Allow removing of buoys if they are only used by own vehicles.
author | frosch <frosch@openttd.org> |
---|---|
date | Fri, 20 Aug 2010 12:50:59 +0000 |
parents | 53a9b675fc8f |
children | 1446cdc9ea36 |
line wrap: on
line diff
--- a/src/station_func.h +++ b/src/station_func.h @@ -34,7 +34,7 @@ const DrawTileSprites *GetStationTileLayout(StationType st, byte gfx); void StationPickerDrawSprite(int x, int y, StationType st, RailType railtype, RoadType roadtype, int image); -bool HasStationInUse(StationID station, CompanyID company); +bool HasStationInUse(StationID station, bool include_company, CompanyID company); RoadStop *GetRoadStopByTile(TileIndex tile, RoadStopType type); uint GetNumRoadStops(const Station *st, RoadStopType type);