Add setting for whether non-leading train engines keep custom names

This commit is contained in:
Jonathan G Rennison
2023-09-23 12:19:52 +01:00
parent 59ea48c541
commit ad3980e596
5 changed files with 16 additions and 1 deletions

View File

@@ -677,6 +677,7 @@ struct VehicleSettings {
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
bool non_leading_engines_keep_name; ///< allow engines moved to a non-leading position to retain their custom name
};
/** Settings related to the economy. */