1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-23 22:49:09 +00:00

(svn r2441) -Feature: You can now give transfer order to set up feeder systems

This commit is contained in:
celestar
2005-06-15 16:58:15 +00:00
parent 85fae22fa8
commit 9b8cb17831
12 changed files with 124 additions and 51 deletions

View File

@@ -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