Feature: Setting to disable the loading speed penalty for trains longer than the station

This commit is contained in:
EmperorJake
2024-01-04 23:03:11 +11:00
committed by rubidium42
parent e3f49ee7a0
commit 6522351a1f
6 changed files with 13 additions and 1 deletions

View File

@@ -501,6 +501,7 @@ struct OrderSettings {
bool selectgoods; ///< only send the goods to station if a train has been there
bool no_servicing_if_no_breakdowns; ///< don't send vehicles to depot when breakdowns are disabled
bool serviceathelipad; ///< service helicopters at helipads automatically (no need to send to depot)
bool station_length_loading_penalty; ///< make trains longer than the station load more slowly
};
/** Settings related to vehicles. */