diff options
Diffstat (limited to 'src/order_gui.cpp')
-rw-r--r-- | src/order_gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/order_gui.cpp b/src/order_gui.cpp index 8a9d01340..96bb000a8 100644 --- a/src/order_gui.cpp +++ b/src/order_gui.cpp @@ -248,7 +248,7 @@ void DrawOrderString(const Vehicle *v, const Order *order, int order_index, int 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; |