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