(svn r20579) -Change (r1579): Allow removing of buoys if they are only used by own vehicles.

This commit is contained in:
frosch
2010-08-20 12:50:59 +00:00
parent 70fa970d90
commit e8ec3de621
5 changed files with 8 additions and 8 deletions

View File

@@ -34,7 +34,7 @@ void UpdateStationAcceptance(Station *st, bool show_msg);
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);