File diff r15609:02b794721f9c → r15610:623a23fb6560
src/station.cpp
Show inline comments
 
@@ -140,7 +140,8 @@ RoadStop *Station::GetPrimaryRoadStop(co
 
	return rs;
 
}
 

	
 
/** Called when new facility is built on the station. If it is the first facility
 
/**
 
 * Called when new facility is built on the station. If it is the first facility
 
 * it initializes also 'xy' and 'random_bits' members */
 
void Station::AddFacility(StationFacility new_facility_bit, TileIndex facil_xy)
 
{
 
@@ -217,7 +218,8 @@ void Station::MarkTilesDirty(bool cargo_
 
	return length;
 
}
 

	
 
/** Determines the catchment radius of the station
 
/**
 
 * Determines the catchment radius of the station
 
 * @return The radius
 
 */
 
uint Station::GetCatchmentRadius() const