TBTR: Do not keep remaining vehicles by default

pull/192/head
Jonathan G Rennison 4 years ago
parent a36e77c269
commit e9bf1bd71b

@ -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;

Loading…
Cancel
Save