From 738fca37bf9f4d1696e2eb6478d2f16027673b6e Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 7 Oct 2012 12:14:39 +0000 Subject: (svn r24576) -Fix [FS#5319] (r24260): Vehicle list at buoys did no longer work. (Juanjo) --- src/waypoint_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/waypoint_gui.cpp b/src/waypoint_gui.cpp index 586ada925..202f7c7f6 100644 --- a/src/waypoint_gui.cpp +++ b/src/waypoint_gui.cpp @@ -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; } } -- cgit v1.2.3-70-g09d2