(svn r14919) -Feature: distant joining of stations (Frostregen and PhilSophus)

This commit is contained in:
rubidium
2009-01-08 16:35:45 +00:00
parent b34b386588
commit c8c61e36bd
19 changed files with 420 additions and 38 deletions

View File

@@ -328,6 +328,7 @@ struct StationSettings {
bool join_stations; ///< allow joining of train stations
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
byte station_spread; ///< amount a station may spread
};