forked from mirror/OpenTTD
(svn r25900) -Change [FS#5677]: Allow restricted flows to be picked for kept cargo.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user