summaryrefslogtreecommitdiff
path: root/aircraft_cmd.c
diff options
context:
space:
mode:
authorcelestar <celestar@openttd.org>2006-05-19 13:44:32 +0000
committercelestar <celestar@openttd.org>2006-05-19 13:44:32 +0000
commit94ef21bd2d34777ae029709c146636b610b050a7 (patch)
tree697b381bd138859d742b901d03712f6c34290654 /aircraft_cmd.c
parent486e207ea01095fb298935c66c09ff88e8d7977a (diff)
downloadopenttd-94ef21bd2d34777ae029709c146636b610b050a7.tar.xz
(svn r4914) -Fix (FS#180) Aircraft can now serve as feeders
Diffstat (limited to 'aircraft_cmd.c')
-rw-r--r--aircraft_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/aircraft_cmd.c b/aircraft_cmd.c
index e52618210..d8794b0b2 100644
--- a/aircraft_cmd.c
+++ b/aircraft_cmd.c
@@ -1253,7 +1253,7 @@ static void AircraftEntersTerminal(Vehicle *v)
if (old_order.type == OT_GOTO_STATION &&
v->current_order.station == v->last_station_visited) {
v->current_order.flags =
- (old_order.flags & (OF_FULL_LOAD | OF_UNLOAD)) | OF_NON_STOP;
+ (old_order.flags & (OF_FULL_LOAD | OF_UNLOAD | OF_TRANSFER)) | OF_NON_STOP;
}
SET_EXPENSES_TYPE(EXPENSES_AIRCRAFT_INC);