# HG changeset patch # User smatz # Date 1200002085 0 # Node ID 86caf8eb69dd98a32394c5cc8d77722e686c36d9 # Parent 9fdec51128289fed4a08e61eff008311328e9fd5 (svn r11809) -Fix [FS#1643]: set expenses type when selling all vehicles in depot diff -r 9fdec5112828 -r 86caf8eb69dd src/vehicle.cpp --- a/src/vehicle.cpp Thu Jan 10 18:59:16 2008 +0000 +++ b/src/vehicle.cpp Thu Jan 10 21:54:45 2008 +0000 @@ -1627,7 +1627,7 @@ uint16 wagon_list_length = 0; uint16 wagon_count = 0; - CommandCost cost; + CommandCost cost(EXPENSES_NEW_VEHICLES); uint i, sell_command, total_number_vehicles; VehicleType vehicle_type = (VehicleType)GB(p1, 0, 8);