From 7dc212edeba11703d3b8a5f4105dbb0102f122ab Mon Sep 17 00:00:00 2001 From: belugas Date: Sat, 23 Aug 2008 02:15:46 +0000 Subject: (svn r14135) -Codechange: Add owner to waypoints. Previously, it was guessed from rail underneath it. --- src/order_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/order_cmd.cpp') diff --git a/src/order_cmd.cpp b/src/order_cmd.cpp index b71fbc8c1..814d819b4 100644 --- a/src/order_cmd.cpp +++ b/src/order_cmd.cpp @@ -442,7 +442,7 @@ CommandCost CmdInsertOrder(TileIndex tile, uint32 flags, uint32 p1, uint32 p2) if (!IsValidWaypointID(new_order.GetDestination())) return CMD_ERROR; const Waypoint *wp = GetWaypoint(new_order.GetDestination()); - if (!CheckOwnership(GetTileOwner(wp->xy))) return CMD_ERROR; + if (!CheckOwnership(wp->owner)) return CMD_ERROR; /* Order flags can be any of the following for waypoints: * [non-stop] -- cgit v1.2.3-70-g09d2