File diff r12404:d58b2d050240 → r12405:ba094e765533
src/order_gui.cpp
Show inline comments
 
@@ -248,7 +248,7 @@ void DrawOrderString(const Vehicle *v, c
 

	
 
			if (!timetable && order->IsRefit()) {
 
				SetDParam(6, (order->GetDepotActionType() & ODATFB_HALT) ? STR_REFIT_STOP_ORDER : STR_REFIT_ORDER);
 
				SetDParam(7, GetCargo(order->GetRefitCargo())->name);
 
				SetDParam(7, CargoSpec::Get(order->GetRefitCargo())->name);
 
			}
 
			break;