summaryrefslogtreecommitdiff
path: root/src/newgrf_airport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/newgrf_airport.h')
-rw-r--r--src/newgrf_airport.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/newgrf_airport.h b/src/newgrf_airport.h
index ca2ce1576..ebd40c9cd 100644
--- a/src/newgrf_airport.h
+++ b/src/newgrf_airport.h
@@ -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);