(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

@@ -145,7 +145,7 @@ void OnNewDay_Ship(Vehicle *v)
AgeVehicle(v);
CheckIfShipNeedsService(v);
CheckOrders(v);
CheckOrders(v->index, OC_INIT);
if (v->vehstatus & VS_STOPPED)
return;