From e0471187d0645c9e1b3034944ec678e72305e477 Mon Sep 17 00:00:00 2001 From: celestar Date: Mon, 17 Jan 2005 21:54:45 +0000 Subject: (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 --- train_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'train_cmd.c') diff --git a/train_cmd.c b/train_cmd.c index 06c09ce6e..783b5bbd0 100644 --- a/train_cmd.c +++ b/train_cmd.c @@ -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 && -- cgit v1.2.3-54-g00ecf