diff --git a/src/newgrf.h b/src/newgrf.h --- a/src/newgrf.h +++ b/src/newgrf.h @@ -104,6 +104,7 @@ struct GRFFile { HouseSpec **housespec; IndustrySpec **industryspec; IndustryTileSpec **indtspec; + struct AirportSpec **airportspec; struct AirportTileSpec **airtspec; uint32 param[0x80];