File diff r23427:82b7accd29d7 → r23428:4a18cf6bbfe5
src/station.cpp
Show inline comments
 
@@ -571,3 +571,8 @@ Money AirportMaintenanceCost(Owner owner
 
	/* 3 bits fraction for the maintenance cost factor. */
 
	return total_cost >> 3;
 
}
 

	
 
bool StationCompare::operator() (const Station *lhs, const Station *rhs) const
 
{
 
	return lhs->index < rhs->index;
 
}