(svn r15601) -Fix [FS#2615]: bridges/tunnels don't store tram owner making it possible to remove someone's tram tracks.
-Feature: allow building road stops on road/tram tracks of competitors.
This commit is contained in:
@@ -1096,6 +1096,7 @@ static SettingEntry _settings_stations[] = {
|
||||
SettingEntry("economy.station_noise_level"),
|
||||
SettingEntry("station.modified_catchment"),
|
||||
SettingEntry("construction.road_stop_on_town_road"),
|
||||
SettingEntry("construction.road_stop_on_competitor_road"),
|
||||
};
|
||||
/** Stations sub-page */
|
||||
static SettingsPage _settings_stations_page = {_settings_stations, lengthof(_settings_stations)};
|
||||
|
Reference in New Issue
Block a user