1
0
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:
celestar
2005-01-17 21:54:45 +00:00
parent 9fadf6cf84
commit e0471187d0
6 changed files with 41 additions and 9 deletions

View File

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