summaryrefslogtreecommitdiff
path: root/train_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 /train_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 'train_cmd.c')
-rw-r--r--train_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/train_cmd.c b/train_cmd.c
index 54945db93..1bb394558 100644
--- a/train_cmd.c
+++ b/train_cmd.c
@@ -2327,7 +2327,7 @@ static void TrainEnterStation(Vehicle *v, StationID station)
// Yeah, keep the load/unload flags
// Non Stop now means if the order should be increased.
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;
} else {
// No, just do a simple load