(svn r19462) -Codechange: use the AS_GENERIC macro also for the dummy airport

This commit is contained in:
yexo
2010-03-19 00:34:38 +00:00
parent ba8f744941
commit 81ca0e28c4
3 changed files with 2 additions and 3 deletions

View File

@@ -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;
}
};