From ad2fdd8d6fefe8cde63aa4147ae5cd77ebae49d5 Mon Sep 17 00:00:00 2001 From: michi_cc Date: Fri, 4 Nov 2011 15:04:24 +0000 Subject: (svn r23111) -Fix: Keep subtype when automatically choosing the cargo for auto-refitting. --- src/economy.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/economy.cpp') diff --git a/src/economy.cpp b/src/economy.cpp index 2480be14f..5ba852bc6 100644 --- a/src/economy.cpp +++ b/src/economy.cpp @@ -1300,6 +1300,7 @@ static void LoadUnloadVehicle(Vehicle *front, int *cargo_left) if (cargo_left[cid] > amount) { /* Try to find out if auto-refitting would succeed. In case the refit is allowed, * the returned refit capacity will be greater than zero. */ + new_subtype = GetBestFittingSubType(v, v, cid); DoCommand(v->tile, v->index, cid | 1U << 6 | new_subtype << 8 | 1U << 16, DC_QUERY_COST, GetCmdRefitVeh(v)); // Auto-refit and only this vehicle including artic parts. if (_returned_refit_capacity > 0) { amount = cargo_left[cid]; -- cgit v1.2.3-70-g09d2