(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:
@@ -329,7 +329,7 @@ struct StationSettings {
|
||||
bool nonuniform_stations; ///< allow nonuniform train stations
|
||||
bool adjacent_stations; ///< allow stations to be built directly adjacent to other stations
|
||||
bool distant_join_stations; ///< allow to join non-adjacent stations
|
||||
bool always_small_airport; ///< always allow small airports
|
||||
bool never_expire_airports; ///< never expire airports
|
||||
byte station_spread; ///< amount a station may spread
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user