(svn r23462) -Codechange: use AirportTileTableIterator in a few more places to make the code easier to read
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user