summaryrefslogtreecommitdiff
path: root/train_cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'train_cmd.c')
-rw-r--r--train_cmd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/train_cmd.c b/train_cmd.c
index 2c89bac4b..d8a43e13f 100644
--- a/train_cmd.c
+++ b/train_cmd.c
@@ -2578,6 +2578,8 @@ void OnNewDay_Train(Vehicle *v)
0);
}
+ CheckOrders(v);
+
/* update destination */
if ((v->next_order & OT_MASK) == OT_GOTO_STATION &&
(tile=DEREF_STATION(v->next_order_param)->train_tile) != 0)