(svn r16614) -Codechange: Make the airport min/max available year a property of the Airport class.
-Change: rename station.always_small_airport to station.never_expire_airports to make it more future-proof
This commit is contained in:
@@ -1202,7 +1202,7 @@ static SettingEntry _settings_construction[] = {
|
||||
SettingEntry("construction.autoslope"),
|
||||
SettingEntry("construction.extra_dynamite"),
|
||||
SettingEntry("construction.longbridges"),
|
||||
SettingEntry("station.always_small_airport"),
|
||||
SettingEntry("station.never_expire_airports"),
|
||||
SettingEntry("construction.freeform_edges"),
|
||||
};
|
||||
/** Construction sub-page */
|
||||
|
Reference in New Issue
Block a user