(svn r20780) -Fix (r20772): group gui only worked properly for the first company

pull/155/head
yexo 14 years ago
parent 3cc221410e
commit 7c27a6c4ee

@ -191,9 +191,10 @@ public:
this->BuildVehicleList();
this->SortVehicleList();
this->owner = vli.company;
this->groups.ForceRebuild();
this->groups.NeedResort();
this->BuildGroupList(owner);
this->BuildGroupList(this->owner);
this->groups.Sort(&GroupNameSorter);
this->GetWidget<NWidgetCore>(GRP_WIDGET_CAPTION)->widget_data = STR_VEHICLE_LIST_TRAIN_CAPTION + this->vli.vtype;
@ -205,7 +206,6 @@ public:
this->GetWidget<NWidgetCore>(GRP_WIDGET_REPLACE_PROTECTION)->widget_data += this->vli.vtype;
this->FinishInitNested(desc, window_number);
this->owner = vli.company;
}
~VehicleGroupWindow()

Loading…
Cancel
Save