(svn r19955) -Fix: close list of vehicles with given buoy/oil rig in orders when switching company

This commit is contained in:
smatz
2010-06-10 23:27:37 +00:00
parent 8566d0a41a
commit dbe69c2350
3 changed files with 12 additions and 28 deletions

View File

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