(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:
@@ -528,7 +528,7 @@ void OnNewDay_Aircraft(Vehicle *v)
|
||||
if ((++v->day_counter & 7) == 0)
|
||||
DecreaseVehicleValue(v);
|
||||
|
||||
CheckOrders(v);
|
||||
CheckOrders(v->index, OC_INIT);
|
||||
|
||||
CheckVehicleBreakdown(v);
|
||||
AgeVehicle(v);
|
||||
|
||||
Reference in New Issue
Block a user