(svn r19955) -Fix: close list of vehicles with given buoy/oil rig in orders when switching company
This commit is contained in:
@@ -87,7 +87,7 @@ public:
|
||||
break;
|
||||
|
||||
case WAYPVW_SHOW_VEHICLES: // show list of vehicles having this waypoint in their orders
|
||||
ShowVehicleListWindow((this->wp->owner == OWNER_NONE) ? _local_company : this->wp->owner, this->vt, this->wp);
|
||||
ShowVehicleListWindow(this->owner, this->vt, this->wp);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user