(svn r20716) -Feature: add airport class and airport name to the land info tool
This commit is contained in:
@@ -207,7 +207,7 @@ static void NewAirportResolver(ResolverObject *res, TileIndex tile, Station *st,
|
||||
res->count = 0;
|
||||
|
||||
const AirportSpec *as = AirportSpec::Get(airport_id);
|
||||
res->grffile = (as != NULL ? as->grf_prop.grffile : NULL);
|
||||
res->grffile = as->grf_prop.grffile;
|
||||
}
|
||||
|
||||
SpriteID GetCustomAirportSprite(const AirportSpec *as, byte layout)
|
||||
|
Reference in New Issue
Block a user