roadveh_cmd.c
changeset 4549 60410aa1aa88
parent 4546 9345e0569655
child 4559 c853d2440065
--- a/roadveh_cmd.c	Mon Sep 04 17:30:30 2006 +0000
+++ b/roadveh_cmd.c	Mon Sep 04 20:40:33 2006 +0000
@@ -386,8 +386,8 @@
 	if (v->current_order.type == OT_GOTO_DEPOT) {
 		if (!!(p2 & DEPOT_SERVICE) == HASBIT(v->current_order.flags, OFB_HALT_IN_DEPOT)) {
 			/* We called with a different DEPOT_SERVICE setting.
-			* Now we change the setting to apply the new one and let the vehicle head for the same depot.
-			* Note: the if is (true for requesting service == true for ordered to stop in depot)          */
+			 * Now we change the setting to apply the new one and let the vehicle head for the same depot.
+			 * Note: the if is (true for requesting service == true for ordered to stop in depot) */
 			if (flags & DC_EXEC) {
 				TOGGLEBIT(v->current_order.flags, OFB_HALT_IN_DEPOT);
 				InvalidateWindowWidget(WC_VEHICLE_VIEW, v->index, STATUS_BAR);