TBTR: Do not keep remaining vehicles by default

This commit is contained in:
Jonathan G Rennison
2020-09-19 12:00:30 +01:00
parent a36e77c269
commit e9bf1bd71b

View File

@@ -118,7 +118,7 @@ public:
first = this;
engine_type = eid;
this->reuse_depot_vehicles = true;
this->keep_remaining_vehicles = true;
this->keep_remaining_vehicles = false;
this->refit_as_template = true;
this->replace_old_only = false;
this->sprite_seq.count = 1;