(svn r26327) -Fix [FS#5901]: Take care of next_station when reassigning from MTA_DELIVER to MTA_TRANSFER.
This commit is contained in:
		| @@ -429,7 +429,8 @@ public: | ||||
| 	 * amount of cargo to be moved. Second parameter is destination (if | ||||
| 	 * applicable), return value is amount of cargo actually moved. */ | ||||
|  | ||||
| 	uint Reassign(uint max_move, MoveToAction from, MoveToAction to); | ||||
| 	template<MoveToAction Tfrom, MoveToAction Tto> | ||||
| 	uint Reassign(uint max_move, TileOrStationID update = INVALID_TILE); | ||||
| 	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
	 fonsinchen
					fonsinchen