(svn r25900) -Change [FS#5677]: Allow restricted flows to be picked for kept cargo.

This commit is contained in:
fonsinchen
2013-10-22 16:15:59 +00:00
parent 6524849386
commit bd230f34f4
3 changed files with 39 additions and 9 deletions

View File

@@ -311,6 +311,9 @@ protected:
void AddToMeta(const CargoPacket *cp, MoveToAction action);
void RemoveFromMeta(const CargoPacket *cp, MoveToAction action, uint count);
static MoveToAction ChooseAction(const CargoPacket *cp, StationID cargo_next,
StationID current_station, bool accepted, StationIDStack next_station);
public:
/** The station cargo list needs to control the unloading. */
friend class StationCargoList;