src/aircraft_cmd.cpp
changeset 8425 72a71d480c5f
parent 8424 4a488a90ccab
child 8427 143b0be22af1
--- a/src/aircraft_cmd.cpp	Mon Nov 19 21:02:30 2007 +0000
+++ b/src/aircraft_cmd.cpp	Mon Nov 19 21:32:20 2007 +0000
@@ -573,7 +573,7 @@
 			 * Now we change the setting to apply the new one and let the vehicle head for the same hangar.
 			 * Note: the if is (true for requesting service == true for ordered to stop in hangar) */
 			if (flags & DC_EXEC) {
-				CLRBIT(v->current_order.flags, OFB_PART_OF_ORDERS);
+				ClrBit(v->current_order.flags, OFB_PART_OF_ORDERS);
 				TOGGLEBIT(v->current_order.flags, OFB_HALT_IN_DEPOT);
 				InvalidateWindowWidget(WC_VEHICLE_VIEW, v->index, STATUS_BAR);
 			}