(svn r19326) -Codechange: store the airport name as property in AirportSpec

This commit is contained in:
yexo
2010-03-05 23:21:41 +00:00
parent a71462bb94
commit c42e2a9bfc
5 changed files with 29 additions and 17 deletions

View File

@@ -2030,6 +2030,16 @@ STR_STATION_BUILD_AIRPORT_LARGE_AIRPORTS :{BLACK}Large ai
STR_STATION_BUILD_AIRPORT_HUB_AIRPORTS :{BLACK}Hub airports
STR_STATION_BUILD_AIRPORT_HELIPORTS :{BLACK}Helicopter airports
STR_AIRPORT_SMALL :Small
STR_AIRPORT_CITY :City
STR_AIRPORT_METRO :Metropolitan
STR_AIRPORT_INTERNATIONAL :International
STR_AIRPORT_COMMUTER :Commuter
STR_AIRPORT_INTERCONTINENTAL :Intercontinental
STR_AIRPORT_HELIPORT :Heliport
STR_AIRPORT_HELIDEPOT :Helidepot
STR_AIRPORT_HELISTATION :Helistation
STR_AIRPORT_CLASS_SMALL :Small airports
STR_AIRPORT_CLASS_LARGE :Large airports
STR_AIRPORT_CLASS_HUB :Hub airports