summaryrefslogtreecommitdiff
path: root/src/order_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/order_gui.cpp')
-rw-r--r--src/order_gui.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/order_gui.cpp b/src/order_gui.cpp
index 73760fec1..d591bb438 100644
--- a/src/order_gui.cpp
+++ b/src/order_gui.cpp
@@ -1001,13 +1001,8 @@ public:
switch (ord->GetType()) {
case OT_GOTO_WAYPOINT:
- if (this->vehicle->type == VEH_TRAIN) {
- xy = Waypoint::Get(ord->GetDestination())->xy;
- break;
- }
- /* FALL THROUGH */
case OT_GOTO_STATION:
- xy = Station::Get(ord->GetDestination())->xy;
+ xy = BaseStation::Get(ord->GetDestination())->xy;
break;
case OT_GOTO_DEPOT: