ship_gui.c
changeset 1751 954dd2900ac9
parent 1485 a2f36708c260
child 1790 4afb4b4e4278
--- a/ship_gui.c	Mon May 02 21:56:01 2005 +0000
+++ b/ship_gui.c	Mon May 02 22:13:20 2005 +0000
@@ -890,7 +890,7 @@
 		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);