(svn r25361) -Feature: distribute cargo according to plan given by linkgraph
This commit is contained in:
@@ -103,6 +103,7 @@ Station::~Station()
|
||||
FOR_ALL_STATIONS(st) {
|
||||
GoodsEntry *ge = &st->goods[c];
|
||||
ge->flows.DeleteFlows(this->index);
|
||||
ge->cargo.Reroute(UINT_MAX, &ge->cargo, this->index, st->index, ge);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user