File diff r14855:19e299d2b3f4 → r14856:49dbd79b7511
src/station_base.h
Show inline comments
 
@@ -60,7 +60,6 @@ struct Airport : public TileArea {
 

	
 
	const AirportFTAClass *GetFTA() const
 
	{
 
		if (this->tile == INVALID_TILE) return GetAirport(AT_DUMMY);
 
		return this->GetSpec()->fsm;
 
	}
 
};