diff options
Diffstat (limited to 'src/cargopacket.cpp')
-rw-r--r-- | src/cargopacket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cargopacket.cpp b/src/cargopacket.cpp index 55c62cd02..2c93d8c85 100644 --- a/src/cargopacket.cpp +++ b/src/cargopacket.cpp @@ -246,7 +246,7 @@ void CargoList<Tinst>::Truncate(uint max_remaining) * - 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. |