Codechange: remove parameter from VehicleCargoList::Reassign that is always INVALID_STATION
(cherry picked from commit a0f6983be4)
This commit is contained in:
committed by
Jonathan G Rennison
parent
f5d685a525
commit
2037587c7c
@@ -451,7 +451,7 @@ public:
|
||||
* applicable), return value is amount of cargo actually moved. */
|
||||
|
||||
template<MoveToAction Tfrom, MoveToAction Tto>
|
||||
uint Reassign(uint max_move, StationID update = INVALID_STATION);
|
||||
uint Reassign(uint max_move);
|
||||
uint Return(uint max_move, StationCargoList *dest, StationID next_station);
|
||||
uint Unload(uint max_move, StationCargoList *dest, CargoPayment *payment);
|
||||
uint Shift(uint max_move, VehicleCargoList *dest);
|
||||
|
||||
Reference in New Issue
Block a user