Add setting for rail depot maximum speed

This commit is contained in:
Jonathan G Rennison
2023-04-06 00:38:45 +01:00
parent e02585f68e
commit 1d05637d45
14 changed files with 36 additions and 12 deletions

View File

@@ -646,6 +646,7 @@ struct VehicleSettings {
bool roadveh_cant_quantum_tunnel; ///< enable or disable vehicles quantum tunelling through over vehicles when blocked
bool drive_through_train_depot; ///< enable drive-through train depot emulation
uint16 through_load_speed_limit; ///< maximum speed for through load
uint16 rail_depot_speed_limit; ///< maximum speed entering/existing rail depots
};
/** Settings related to the economy. */