From 1d88dfd4602de2fce8610ff965aca892c7bfd3ee Mon Sep 17 00:00:00 2001 From: truelight Date: Thu, 5 Jan 2006 11:18:58 +0000 Subject: (svn r3363) -Fix: 'fixed' the transfer problem. This doesn't really fix it, but gives a bit more fair amount of money. Can only be fixed correctly with CargoPackets as suggested in branch. --- economy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/economy.c b/economy.c index a15fe2195..2cdedccc0 100644 --- a/economy.c +++ b/economy.c @@ -1450,7 +1450,7 @@ int LoadUnloadVehicle(Vehicle *v) st->time_since_load = 0; // And record the source of the cargo, and the days in travel. - v->cargo_source = st->index; //changed this for feeder systems + v->cargo_source = ge->enroute_from; v->cargo_days = ge->enroute_time; result |= 2; st->last_vehicle = v->index; -- cgit v1.2.3-54-g00ecf