summaryrefslogtreecommitdiff
path: root/ship_gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'ship_gui.c')
-rw-r--r--ship_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ship_gui.c b/ship_gui.c
index 044b36c1f..1d3f275e8 100644
--- a/ship_gui.c
+++ b/ship_gui.c
@@ -890,7 +890,7 @@ static void DrawSmallOrderList(Vehicle *v, int x, int y) {
sel--;
if (order->type == OT_GOTO_STATION) {
- if (!(GetStation(order->station)->had_vehicle_of_type & HVOT_BUOY)) {
+ if (!IsBuoy(GetStation(order->station))){
SetDParam(0, order->station);
DrawString(x, y, STR_A036, 0);