TBTR: No longer use idle vehicles in depots by default

This commit is contained in:
Jonathan G Rennison
2021-01-10 18:20:10 +00:00
parent 515aeb04e0
commit dd16145b03
3 changed files with 6 additions and 5 deletions

View File

@@ -1154,7 +1154,7 @@ CommandCost CmdReplaceTemplateVehicle(TileIndex tile, DoCommandFlag flags, uint3
VehicleID old_ID = INVALID_VEHICLE;
bool restore_flags = false;
bool reuse_depot_vehicles = true;
bool reuse_depot_vehicles = false;
bool keep_remaining_vehicles = false;
bool refit_as_template = true;
bool replace_old_only = false;