File diff r17631:d53d44231b21 → r17632:92f095eb81a2
src/cargopacket.cpp
Show inline comments
 
@@ -246,7 +246,7 @@ void CargoList<Tinst>::Truncate(uint max
 
 *  - MTA_TRANSFER:       Just move without side effects.
 
 *  - MTA_UNLOAD:         Just move without side effects.
 
 * @param dest  Destination to move the cargo to.
 
 * @param count Amount of cargo entities to move.
 
 * @param max_move Amount of cargo entities to move.
 
 * @param mta   How to handle the moving (side effects).
 
 * @param data  Depending on mta the data of this variable differs:
 
 *              - MTA_FINAL_DELIVERY - Station ID of packet's origin not to remove.