(svn r19462) -Codechange: use the AS_GENERIC macro also for the dummy airport
This commit is contained in:
@@ -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;
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user