(svn r4505) -Fix (FS#94) Ships can now be used to set up feeders as well.
authorcelestar
Fri, 21 Apr 2006 19:47:52 +0000
changeset 3610 d33499b2250c
parent 3609 cadb03d16ae8
child 3611 5dd134f2cf25
(svn r4505) -Fix (FS#94) Ships can now be used to set up feeders as well.
ship_cmd.c
--- 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);