economy.c
changeset 2815 2afe3aed98f3
parent 2684 8aba54c245cc
child 2829 e2dde3fe0bd9
--- 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;