mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-22 03:46:55 +01:00
(svn r24576) -Fix [FS#5319] (r24260): Vehicle list at buoys did no longer work. (Juanjo)
This commit is contained in:
parent
d39a50e76e
commit
738fca37bf
@ -107,7 +107,7 @@ public:
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case WID_W_SHOW_VEHICLES: // show list of vehicles having this waypoint in their orders
|
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;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user