File diff r18604:49cb0a019581 → r18605:ae5edad1d665
src/newgrf_airport.h
Show inline comments
 
@@ -56,6 +56,12 @@ public:
 
		return *this;
 
	}
 

	
 
	/** Get the StationGfx for the current tile. */
 
	StationGfx GetStationGfx() const
 
	{
 
		return this->att->gfx;
 
	}
 

	
 
	virtual AirportTileTableIterator *Clone() const
 
	{
 
		return new AirportTileTableIterator(*this);