aircraft_cmd.c
changeset 19 6080d2b6a959
parent 11 836bc4b37b5b
child 70 60216d94f7c1
--- a/aircraft_cmd.c	Wed Aug 11 08:56:54 2004 +0000
+++ b/aircraft_cmd.c	Wed Aug 11 10:15:38 2004 +0000
@@ -563,6 +563,8 @@
 	if ((++v->day_counter & 7) == 0)
 		DecreaseVehicleValue(v);
 
+	CheckOrders(v);
+
 	CheckVehicleBreakdown(v);
 	AgeVehicle(v);
 	CheckIfAircraftNeedsService(v);