Introduces a new setting (defaulted off) to allow preventing road vehicles from performing so-called quantum tunelling through other vehicles blocking their path.

This commit is contained in:
reldred
2021-11-22 15:45:55 +10:30
parent 9ff8643fd9
commit f461f0de08
5 changed files with 14 additions and 1 deletions

View File

@@ -614,6 +614,7 @@ struct VehicleSettings {
bool no_train_crash_other_company; ///< trains cannot crash with trains from other companies
bool flip_direction_all_trains; ///< enable flipping direction in depot for all train engine types
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
};