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 37091fd66..676e408ea 100644 --- a/src/cargopacket.cpp +++ b/src/cargopacket.cpp @@ -276,7 +276,7 @@ bool CargoList<Tinst>::MoveTo(Tother_inst *dest, uint max_move, MoveToAction mta max_move -= cp->count; this->packets.erase(it++); static_cast<Tinst *>(this)->RemoveFromCache(cp); - switch(mta) { + switch (mta) { case MTA_FINAL_DELIVERY: payment->PayFinalDelivery(cp, cp->count); delete cp; |