src/vehicle_gui.cpp
changeset 10285 82fa43e7b8f3
parent 10208 72c00af5c95d
child 10348 c282fa649cbe
--- a/src/vehicle_gui.cpp	Thu Oct 23 17:42:40 2008 +0000
+++ b/src/vehicle_gui.cpp	Fri Oct 24 14:49:45 2008 +0000
@@ -1913,7 +1913,7 @@
 						SetDParam(0, depot->town_index);
 						SetDParam(1, v->GetDisplaySpeed());
 					}
-					if ((v->current_order.GetDepotActionType() & ODATFB_HALT) && !(v->current_order.GetDepotOrderType() & ODTFB_PART_OF_ORDERS)) {
+					if (v->current_order.GetDepotActionType() & ODATFB_HALT) {
 						str = _heading_for_depot_strings[v->type] + _settings_client.gui.vehicle_speed;
 					} else {
 						str = _heading_for_depot_service_strings[v->type] + _settings_client.gui.vehicle_speed;