Add: Through load speed limit setting

This commit is contained in:
Yourself
2022-01-08 22:27:43 -07:00
parent b9db85048f
commit 7823c81597
10 changed files with 38 additions and 32 deletions

View File

@@ -626,6 +626,7 @@ struct VehicleSettings {
bool roadveh_articulated_overtaking; ///< enable articulated road vehicles overtaking other vehicles
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
};
/** Settings related to the economy. */