ship_cmd.c
changeset 3610 d33499b2250c
parent 3491 4c8427796c64
child 3645 86af43f87885
--- a/ship_cmd.c	Fri Apr 21 17:51:01 2006 +0000
+++ b/ship_cmd.c	Fri Apr 21 19:47:52 2006 +0000
@@ -707,7 +707,7 @@
 							st = GetStation(v->current_order.station);
 							if (st->facilities & FACIL_DOCK) { /* ugly, ugly workaround for problem with ships able to drop off cargo at wrong stations */
 								v->current_order.type = OT_LOADING;
-								v->current_order.flags &= OF_FULL_LOAD | OF_UNLOAD;
+								v->current_order.flags &= OF_FULL_LOAD | OF_UNLOAD | OF_TRANSFER;
 								v->current_order.flags |= OF_NON_STOP;
 								ShipArrivesAt(v, st);