# HG changeset patch # User truelight # Date 1136459938 0 # Node ID dc557fb1f477f8a93a32670c28551986c192a136 # Parent 872583ce2ae7a455b07b75913500f3ab0db0bb7d (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. diff -r 872583ce2ae7 -r dc557fb1f477 economy.c --- a/economy.c Wed Jan 04 20:18:39 2006 +0000 +++ b/economy.c Thu Jan 05 11:18:58 2006 +0000 @@ -1450,7 +1450,7 @@ 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;