(svn r11670) -Feature [FS#1565]: list neutral stations where the player has service in the station list too

This commit is contained in:
smatz
2007-12-19 23:35:14 +00:00
parent 5b49e75453
commit 4a80cf8482
3 changed files with 20 additions and 8 deletions

View File

@@ -294,6 +294,8 @@ uint GetNumRoadStops(const Station* st, RoadStop::Type type);
RoadStop * AllocateRoadStop();
void ClearSlot(Vehicle *v);
bool HasStationInUse(StationID station, PlayerID player);
void DeleteOilRig(TileIndex t);
#endif /* STATION_H */