forked from mirror/OpenTTD
(svn r20) Feature: warning when a vehicle has invalid orders (celestar)
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user