summaryrefslogtreecommitdiff
path: root/roadveh_cmd.c
diff options
context:
space:
mode:
authorcelestar <celestar@openttd.org>2005-06-15 16:58:15 +0000
committercelestar <celestar@openttd.org>2005-06-15 16:58:15 +0000
commit9b8cb17831751c2c8a6410b2e4e917eb0916515b (patch)
tree2eb137bb1707e901e92c6b76b07fab582068ccbc /roadveh_cmd.c
parent85fae22fa8b2e35099fcd699409b4b3606d99835 (diff)
downloadopenttd-9b8cb17831751c2c8a6410b2e4e917eb0916515b.tar.xz
(svn r2441) -Feature: You can now give transfer order to set up feeder systems
Diffstat (limited to 'roadveh_cmd.c')
-rw-r--r--roadveh_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/roadveh_cmd.c b/roadveh_cmd.c
index 0935136a2..1c7432786 100644
--- a/roadveh_cmd.c
+++ b/roadveh_cmd.c
@@ -1472,7 +1472,7 @@ again:
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_ROADVEH_INC);