mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-15 18:49:10 +00:00
(svn r1554) -Fix: [ 1103187 ] Order Check messages are now validated before
displayed, so that there are no stray error messages any more. -Feature/Fix: Order Checking is only execute for ONE vehicle in an order-share system
This commit is contained in:
@@ -2756,7 +2756,7 @@ void OnNewDay_Train(Vehicle *v)
|
||||
0);
|
||||
}
|
||||
|
||||
CheckOrders(v);
|
||||
CheckOrders(v->index, OC_INIT);
|
||||
|
||||
/* update destination */
|
||||
if (v->current_order.type == OT_GOTO_STATION &&
|
||||
|
Reference in New Issue
Block a user