changeset 2815:76e0d7970d05 draft

(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.
author truelight <truelight@openttd.org>
date Thu, 05 Jan 2006 11:18:58 +0000
parents 768940415fab
children fb4c969d9ed0
files economy.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/economy.c
+++ b/economy.c
@@ -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;