(svn r16037) -Feature: allow (per order) to let a train stop at the near end, middle or far end of a platform from the point of view of the driver of the train that enters the station.
This commit is contained in:
@@ -1280,6 +1280,7 @@ static SettingEntry _settings_vehicles_trains[] = {
|
||||
SettingEntry("vehicle.wagon_speed_limits"),
|
||||
SettingEntry("vehicle.disable_elrails"),
|
||||
SettingEntry("vehicle.freight_trains"),
|
||||
SettingEntry("gui.stop_location"),
|
||||
};
|
||||
/** Trains sub-page */
|
||||
static SettingsPage _settings_vehicles_trains_page = {_settings_vehicles_trains, lengthof(_settings_vehicles_trains)};
|
||||
|
Reference in New Issue
Block a user