(svn r24576) -Fix [FS#5319] (r24260): Vehicle list at buoys did no longer work. (Juanjo)

pull/155/head
frosch 12 years ago
parent ff34c73e91
commit b39a0ab5ea

@ -107,7 +107,7 @@ public:
break;
case WID_W_SHOW_VEHICLES: // show list of vehicles having this waypoint in their orders
ShowVehicleListWindow(this->owner, this->vt, this->wp->index);
ShowVehicleListWindow(this->wp->owner, this->vt, this->wp->index);
break;
}
}

Loading…
Cancel
Save