mirror of https://github.com/OpenTTD/OpenTTD
(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.
parent
4b464093e7
commit
1d88dfd460
|
@ -1450,7 +1450,7 @@ int LoadUnloadVehicle(Vehicle *v)
|
||||||
st->time_since_load = 0;
|
st->time_since_load = 0;
|
||||||
|
|
||||||
// And record the source of the cargo, and the days in travel.
|
// 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;
|
v->cargo_days = ge->enroute_time;
|
||||||
result |= 2;
|
result |= 2;
|
||||||
st->last_vehicle = v->index;
|
st->last_vehicle = v->index;
|
||||||
|
|
Loading…
Reference in New Issue